Create a session
POST/api/v1/flows/:flowId/:environment/sessions
Creates a new session for the specified flowId and returns session details. The request body is dynamic and depends on the steps configured in your flow—send only the required input data blocks. You can optionally include metadata (customer-scoped string key-values), e.g. subjectId, redirectUrl (must be allowlisted in the IDnow dashboard), and state. For more information, see Create a session.
Request
Responses
- 201
- 400
- 401
- 403
- 500
Session successfully created
Bad Request
Unauthorized - Invalid or missing Bearer token
Forbidden - Token does not have required permissions
Internal server error