Validates the end user’s access token and returns the end user’s information. Returns an error if the access token is invalid or expired.
This API is intended to be used by the developer’s own backend, and is authenticated using the developer’s CDP API key.
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.
The request body for a developer to verify an end user's access token.
Confirms that the access token is valid and returns the end user's information.
Information about the end user.