POST /api/interaction/submit

POST /api/interaction/submit

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
  • 204

    No Content

  • 400

    Bad Request

  • 401

    Unauthorized

  • 403

    Forbidden

  • 404

    Not Found

  • 422

    Unprocessable Content

POST /api/interaction/submit
curl \
 -X POST https://[tenant_id].logto.app/api/interaction/submit
Response examples (200)
{
  "redirectTo": "string"
}