Back

Get Profiles

GET/profiles

Authorization

AuthorizationBearer <token>

API key authentication - use your API key as a Bearer token

In: header

Request Body

Response Body

> 200application/json
// GET /profiles
// See cURL example for request shape.
[
  {
    "id": "prof_123",
    "name": "Marketing",
    "createdAt": "2026-03-25T10:00:00Z"
  }
]