Retrieve transactions for a specific profile
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/transactions/profile/{reference} \ --header 'x-api-key: <api-key>'
{ "message": "<string>", "success": true, "status": 123, "data": {}, "pagination": { "skip": 123, "take": 123, "totalElements": 123, "totalPages": 123 } }
API key for authentication
SDK version for tracking and compatibility
Profile reference
Number of records to skip
x >= 0
Number of records to take
1 <= x <= 100
Profile transactions retrieved successfully
Response message
Indicates successful response
true
false
HTTP status code
Response data
Show child attributes
Number of records skipped
Number of records taken
Total number of elements
Total number of pages
Was this page helpful?