get https://www.instamojo.com/api/1.1/payment-requests/
This endpoint returns a list of all payment requests created so far.
Required Headers:
- X-Api-Key
- X-Auth-Token
This API supports pagination. Pass the following query parameters to retrieve a paged response:
page
- page number to return (defaults to 1)
limit
- count of payment requests per page (defaults to 500)
A paged response also includes the following headers to help you with rendering:
total_count
- total count of payment requests
pages
- total count of pages (based on the limit)