cURL
curl --request POST \ --url https://api.volteras.com/v1/oauth2/test-token \ --header 'Authorization: Bearer <token>'
{ "clientId": "<string>", "organizationId": "<string>" }
This endpoint validates the access token and retrieves the associated clientId and organizationId.
clientId
organizationId
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
Schema of APIAccess. Contains info about the authenticated APIAccess.
Your client ID.
ID of your organization.