Provides a simple endpoint for testing if your code and access token are valid for making requests of any of the API's other endpoints. This test endpoint does not consume a request for paying customers.

🚧

Authorization Header Required

Like all endpoints (except the oauth/token endpoint), this endpoint requires an Authorization header attribute with a valid Bearer <access-token>.

Language