Profile

Get the authenticated user profile

GET
/api/v1/profile/get
/api/v1/profile/get

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

curl -X GET "https://example.com/api/v1/profile/get" \
  -H "Authorization: <token>"

OK