API Key Test
This endpoint helps you test that your access tokens are set in your header correctly. This endpoint does not require you to be authenticated. If you POST to it with your access token configured correctly it will tell you that your token is valid. Otherwise it will respond with a forbidden message. This is a great place to start your api development!
Verb | POST |
---|---|
Endpoint | {base-url}/token-test/ |
Max Page Size | N/A |
Request Body
None
Returns
On Success
A string indicating your API key was valid.
Access token was valid
On failure
{
"message": "Forbidden"
}