Retrieve a list of returns
Returns API
Retrieve a list of returns
deprecated
Retrieve a paginated list of all the returns belonging to the authenticated user, sorted by the creation date.
GET
Retrieve a list of returns
Authorizations
Basic Authentication using API key and secrets is currently the main authentication mechanism.
Query Parameters
The cursor query string will be used as the pivot value to filter results. If no value is provided, the service must return the first page. The value is Base64 encoded GET parameters. example: For a cursor string there are 3 possible parameters to encode:
- o: Offset
- r: Reverse
- p: Position Combine into GET parameters. Example: r=1&p=300 Base 64 encoded it would become: cj0xJnA9MzAw GET parameter in url would be https://some.url.com/api/endpoint/?cursor=cj0xJnA9MzAw
Example:
"cj0xJnA9MzAw"