Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
| name | type | default | info |
|---|---|---|---|
| sort | string | NONE | OPTIONAL, defaults to -image_id |
| skip_meta_totals | boolean | false | OPTIONAL, defaults to false |
| page[number] integer/string | 1 | OPTIONAL, defaults to 1 | |
| page[size] | integer/string | 25 | OPTIONAL, default page size is 25, max page size is 250 |
curl --location -g --request GET 'https://www-staging.givve.com/api/customers//card_designs?sort=-image_id&skip_meta_totals=&page[number]=&page[size]=' \
--header 'Authorization: Bearer <token>'{}