APIAPI 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-05-22T02:03:15.238Z",
  "id": "63090223-5ebf-4500-94db-174931a9a964",
  "is_valid": true,
  "label": "oPxWuqdn1gC",
  "token": "nh5bfr9PSaXDKNLET5hPcV",
  "updated_at": "2025-05-22T02:03:15.238Z",
  "user_id": "9dfe1275-cd43-4328-b1ec-b041fedf1ecc"
}