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/me' \
--header 'Authorization: Bearer ' \
--header 'Accept-Version: v2'
{
"meta": null,
"data": {
"id": "string",
"created_at": "2022-12-12T14:33:58.893+01:00",
"updated_at": "2025-05-12T09:17:06.672+02:00",
"email": "string",
"name": null,
"expires_at": null,
"contract_ids": [
"string",
"string"
],
"confirmed": true,
"related_clients": [
{
"type": "Multiplier",
"name": "string",
"number": "string",
"id": "string"
},
{
"type": "Customer",
"name": "string",
"number": "string",
"id": "string"
}
],
"is_deletable": false
}
}