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 created_at |
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 |
{
"meta": {
"total_pages": 3,
"current_page": 1,
"page_size": 25,
"total_entries": 52
},
"data": [
{
"id": "string",
"created_at": "2022-12-12T14:33:59.199+01:00",
"updated_at": "2025-05-12T09:17:06.649+02:00",
"email": "string",
"name": null,
"expires_at": null,
"contract_ids": [
"string"
],
"confirmed": true,
"is_deletable": true
}
],
"links": {
"self": "http://example.com",
"first": "http://example.com",
"prev": "http://example.com",
"next": "http://example.com",
"last": "http://example.com"
}
}
curl --location -g --request GET 'https://www-staging.givve.com/api/api/customers//users?sort=created_at&skip_meta_totals=&page[number]=0&page[size]=25' \
--header 'Authorization: Bearer ' \
--header 'Accept-Version: v2'
{}