X-Yoti-Auth-Token
header containing the client_session_token
value obtained via the Session
creation endpoint.
Key | In | |
---|---|---|
X | Header |
Backend Endpoints
Endpoints for the Back-End SDK (Relying Business)
Get all the supported documents
Get all the supported documents
OK
Create a new session
Create a new session
Session created
Payload validation error or malformed request
Unauthorised request (wrong key or signature)
Unauthorised request (app is disabled or has no associated organisation_id)
The application for provided sdk id does not exist
The service is unavailable
Retrieve the entire Session
Retrieve the entire Session
OK
Invalid payload or request missing headers or query params
Unauthorised request (wrong key or signature)
Session or App not found
Delete the session and everything associated with it
Delete the session and everything associated with it
Session deleted
Invalid payload or request missing headers or query params
Unauthorised request (wrong key or signature)
App not found
The checks are not finished
Retrieve media content
Retrieves a specific media
OK. Response body depends on Content-Type of the media
OK. Regulations prevent us from returning the media content
Bad Request
Unauthorised request (wrong key or signature)
Session, Media or App not found
Delete media content
Deletes a specific media content
No content
Bad Request
Unauthorised request (wrong key or signature)
Session, Media or App not found
Session is locked (session in progress before triggering checks) or Resource is locked (session in progress with checks triggered)
Client Endpoints
Endpoints for the Web/Native Clients
Upload FaceCapture image
Provides image media for FaceCapture resource. This endpoint supports image/jpq & image/png Content-Type values.
Please note that the binary content part of the request payload MUST specify the filename parameter in the Content-Disposition
e.g.
Content-Disposition: form-data; name="binary-content"; filename="example.png"
OK, image updated
Bad Request
Unauthorised request (wrong or missing token)
Forbidden
Session, Resource or Task id not found
Token is expired or resource is locked
Unsupported content type
Unprocessable Media
The service is unavailable
Trigger checks
Trigger checks
Success (the client session token is deleted)
Bad Request (missing header value)
Unauthorised request (wrong or missing token)
Forbidden
Session Not Found
Token expired or incomplete resources
The service is unavailable