Retrieve a paginated list of partners.
cURL
curl --request GET \ --url https://api.getreditus.com/api/v1/partners \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "type": "<string>", "attributes": { "name": "<string>", "paypal_email": "<string>", "created_at": 123, "updated_at": 123 } } ], "meta": { "pagination": { "page": 123, "per_page": 123, "has_more": true } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filter by name
Filter by email
Filter by PayPal email
Page number
Records to be displayed per page
x <= 50
Successful response
Show child attributes