Skip to main content
POST
/
v1
/
oauth2
/
test-token
Test Token
curl --request POST \
  --url https://api.volteras.com/v1/oauth2/test-token \
  --header 'Authorization: Bearer <token>'
{
  "clientId": "<string>",
  "organizationId": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json

Successful Response

Schema of APIAccess. Contains info about the authenticated APIAccess.

clientId
string
required

Your client ID.

organizationId
string
required

ID of your organization.