Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
curl --location --request GET 'https://www-staging.givve.com/api/users/' \
--header 'Authorization: Bearer ' \
--header 'Accept-Version: v2'
{
"meta": null,
"data": {
"id": "string",
"created_at": "2022-12-12T14:33:59.199+01:00",
"updated_at": "2024-09-19T14:20:35.205+02:00",
"email": "string",
"name": "string",
"expires_at": null,
"contract_ids": [
"string"
],
"confirmed": true,
"related_clients": [
{
"type": "Customer",
"name": "string",
"number": "string",
"id": "string"
}
],
"is_deletable": true
}
}