Info API
You can find the full YAML swagger specification here
You can find the full JSON swagger specification here
Every API below requires an access token that you can retrieve using the Authorisation API
Info API
The following API allows you to get the final result of the SDK session.
Note: This endpoint it’s only necessary when you use the QR code flow, see QR Code APP for details. The SDK returns the same result and makes it available directly to your application.
Info API
Returns the information collected during the SDK session. Note: This endpoint it's only necessary when you use the QR code flow, see https://docs.uqudo.com/docs/getting-started/qr-code-app for details.
String representing a JWS Compact Serialization, a representation of the JWS as a compact, URL-safe string
Info API
Returns the information collected during the SDK session. Note: This endpoint it's only necessary when you use the QR code flow, see https://docs.uqudo.com/docs/getting-started/qr-code-app for details.
String representing a JWS Compact Serialization, a representation of the JWS as a compact, URL-safe string
See SDK result for details about the JWS result
Info delete API
This endpoint allows you to delete the session data that has been cached without waiting for the automatic deletion. The session id is the value of the "jti" property of the JWS returned by the uqudo SDK.
Info delete API
This endpoint allows you to delete the session data that have been cached without waiting for the automatic deletion. The session id is the value of the "jti" property of the JWS returned by the uqudo SDK.
No Content
Info image API
This endpoint allows you to download the image based on the resource id provided in the SDK result and returns directly the binary in the response
Info image API
The following API allows you to download the image based on the resource id provided in the SDK result
Image file
Last updated