API → API TokensGet an API token for your user
Parameters
Name
Type
Req.
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
get
/user/api-tokens/{token}$ curl "https://api.zoo.dev/user/api-tokens/{token}" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"created_at": "2025-08-14T21:14:02.396Z",
"id": "f1716742-3db7-4fb6-8871-016f7e96b7ef",
"is_valid": true,
"label": "h4uQmk11Y",
"token": "JpP6459o74xJBs2HACerMzP",
"updated_at": "2025-08-14T21:14:02.396Z",
"user_id": "d82e1a9b-b061-4e59-8bbb-6d1aeed6bfb6"
}