API → API TokensCreate a new API token for your user
Parameters
Name
Type
Req.
Returns
- 201 Created
successful creation
Name
Type
Req.
body
objectoptionalObject Properties
post
/user/api-tokens$ curl -X POST "https://api.zoo.dev/user/api-tokens" \
--header "Authorization: Bearer $TOKEN"
201 Created
Response{
"created_at": "2025-07-04T14:09:36.479Z",
"id": "9c4901e1-86dd-47be-a8f3-09b8e9d98694",
"is_valid": true,
"label": "lsvlDs9NhRICTG4Vvg8t",
"token": "525",
"updated_at": "2025-07-04T14:09:36.479Z",
"user_id": "6584cc40-ca6f-40c3-b8d4-fecf3af22f94"
}