List profiles for the authenticated user’s organization with pagination.
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/profiles \ --header 'x-api-key: <api-key>' \ --header 'x-sdk-version: <x-sdk-version>'
{ "data": [ { "type": "<string>", "reference": "<string>" } ], "pagination": { "totalElements": 100, "totalPages": 10, "skip": 0, "take": 10 } }
API key for authentication
SDK version header
0
10
Paginated list of profiles
Show child attributes
Was this page helpful?