API → API TokensGet an API token for your user

Parameters

Name

Type

Req.

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object 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-01-09T18:24:53.516Z",
  "id": "4139b663-b4e8-4abe-8cf6-2b74dd54d1ac",
  "is_valid": true,
  "label": "540zpx10",
  "token": "pbBHKwMG2",
  "updated_at": "2025-01-09T18:24:53.516Z",
  "user_id": "cc469a7b-ec60-4d78-838a-bf928a373023"
}