Skip to main content
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"
}
OAuth Scope
funding:read_profile

Authorizations

Authorization
string
header
required

Path Parameters

profile_id
string
required

Query Parameters

include_deactivated
boolean

Response

200 - application/json
id
string
required
nickname
string
required
type
enum<string>
required
Available options:
NORMAL,
DEFAULT
description
string
account_id
string