Skip to main content
GET
/
profiles
List Profiles
curl --request GET \
  --url https://api.paxos.com/v2/profiles \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "1a763ac5-13d9-4568-bb8b-747c416b105c",
      "nickname": "default",
      "type": "DEFAULT"
    },
    {
      "id": "b7b77d82-e6a7-4ae9-9904-36231aedf985",
      "nickname": "MyProfileName",
      "type": "NORMAL"
    }
  ]
}
OAuth Scope
funding:read_profile

Authorizations

Authorization
string
header
required

Query Parameters

created_at.lt
string<date-time>
created_at.lte
string<date-time>
created_at.eq
string<date-time>
created_at.gte
string<date-time>
created_at.gt
string<date-time>
limit
integer
order
enum<string>
Available options:
DESC,
ASC
order_by
enum<string>
Available options:
CREATED_AT
page_cursor
string
nickname
string
ids
string[]

Response

200 - application/json
items
object[]
next_page_cursor
string