Token Endpoint
POST/authorisation/v4/token
Users receive access tokens after they present a valid EBSI Verifiable Credential and prove ownership over their DID.
Request
Responses
- 200
- 400
- 405
- 406
- 500
Success
Bad Request. Returned for both client input errors (invalid_request) and errors while
processing the request (server_error) — this endpoint never returns them as a 5xx status,
per RFC 6749 section 5.2.
Method Not Allowed
Not Acceptable
Internal Server Error