Returns the profile of the requesting user.

This method requires a USER access token for authentication

You can verify successful authentication of your JWT user token using the /metadata/whoami endpoint. This endpoint returns a JSON object containing the profile information of the user associated with the token. For example:

{
  "id":"8b13e8e6-e07e-4363-b6fa-3697d59fc348",
  "firstName":"Jo",
  "lastName":"Smith",
  "emailAddress":"[email protected]"
}

If the endpoint is called without a valid user access token, HTTP status 401 "Not Authorized" is returned.

Language
Authorization
Header
Click Try It! to start a request and see the response here!