Back
Get Profile
GET/profiles/{profile_id}
Authorization
AuthorizationBearer <token>
API key authentication - use your API key as a Bearer token
In: headerRequest Body
Response Body
> 200application/json
// GET /profiles/{profile_id}
// See cURL example for request shape.{
"id": "prof_123",
"name": "Marketing",
"createdAt": "2026-03-25T10:00:00Z"
}