GET
/
profiles
/
{profile_id}
Get Profile
curl --request GET \
  --url https://api.paxos.com/v2/profiles/{profile_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "b7b77d82-e6a7-4ae9-9904-36231aedf985",
  "nickname": "MyProfileName",
  "type": "NORMAL"
}

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Path Parameters

profile_id
string
required

The UUID of the profile, or "default" for the default profile.

Query Parameters

include_deactivated
boolean

Used to include deactivated profiles in the response.

Response

200 - application/json

A successful response.

The response is of type object.