Skip to main content
GET
/
v1
/
profile
/
tray
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "name": "Personal Profile",
  "type": "individual",
  "status": "active",
  "route": "/app/profile/personal"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept-Language
enum<string>
default:en

Preferred language for response

Available options:
en,
de,
fr,
it

Response

Profile tray retrieved successfully

id
string<uuid>

Unique identifier

name
string

Display name

type
enum<string>

Profile type

Available options:
individual,
business,
institutional,
trust
status
enum<string>

Current status

Available options:
active,
pending,
suspended,
archived
route
string

Frontend route for the profile