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-10T16:59:55.510Z",
  "id": "9d9ba080-9fc4-45eb-b3a5-b923ae4a48a6",
  "is_valid": true,
  "label": "pVH",
  "token": "gslJitgixkJnW2BKH98suWhMl",
  "updated_at": "2025-01-10T16:59:55.510Z",
  "user_id": "b4ad1fbd-8e3c-4719-95f8-21d6c75a76dd"
}