List receipts
Develop Env
https://api.gigstack.io/v2
Develop Env
https://api.gigstack.io/v2
GET
https://api.gigstack.io/v2
Receipts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.gigstack.io/v2/receipts' \
--header 'Authorization;'
Response Response Example
200 - Example 1
{
"data": [
{}
],
"message": "string",
"next": "string",
"totalResults": 0,
"hasMore": true
}
Request
Query Params
limit
integer
optional
>= 1
starting_after
string
optional
order_by
string
optional
order_direction
enum<string>
optional
Allowed values:
ascdesc
rfc
string
optional
legalName
string
optional
name
string
optional
total
number
optional
Responses
Modified at 2025-06-16 03:36:47