Profiles
Profiles API overview
The Profiles API allows integrators to retrieve profile information.
The API supports listing available profiles and retrieving detailed information for a specific profile.
Profiles API endpoints
The following table lists the endpoints for working with profiles.
Click any action in the first column to open its API reference page.
| Action | Method | Path | Description |
|---|---|---|---|
| List profiles | GET | /api/profile/v1 | Retrieve all profiles available to the logged-in administrator. |
| Get profile details | GET | /api/profile/v1/{id} | Retrieve detailed information for a specific profile by ID. |
Updated about 1 month ago