Get list of profiles with pagination
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/profiles \ --header 'x-api-key: <api-key>'
{ "data": [ { "reference": "<string>", "type": "<string>" } ], "pagination": { "totalElements": 100, "totalPages": 10, "skip": 0, "take": 10 } }
API key for authentication. Obtain your API key from the dashboard.
SDK version header
Number of records to skip
x >= 0
Number of records to take
1 <= x <= 100
Profiles retrieved successfully
Profiles response object
Show child attributes
Pagination
Was this page helpful?