get https://api-sandbox.nofrixion.com/api/v1/metadata/whoami
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.