Api referencePaymentTransactions
List all course buyers of a transaction
List all course buyers
List all course buyers
AuthorizationBearer <token>
In: header
Query Parameters
next?string
prev?string
sortBy?string
sortDirection?string
Value in
- "desc"
- "asc"
courseId*string
Response Body
application/json
curl -X GET "https://example.com/v2/payment/transactions/course-buyers?courseId=string"{ "data": [ "string" ], "cursor": { "next": "string", "prev": "string", "totalItems": 0 }}