API → API Tokens → Get 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-04-01T00:19:04.898Z",
"id": "a9786ca4-e1c5-4efe-921c-f4e73de66278",
"is_valid": false,
"label": "emPUtsHCbv1Z57OptmhkOYK7kB",
"token": "6R66kIjuj2cyyz",
"updated_at": "2025-04-01T00:19:04.898Z",
"user_id": "eeb63f1f-c37e-47c8-8ae2-060c8ceffe71"
}