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-03-12T01:35:37.699Z",
  "id": "69293ef3-d5a2-4628-9e9e-20e8ffd4d878",
  "is_valid": false,
  "label": "ntHjECJ53AFv2Yy",
  "token": "zEXuzSIzPTNHU9TV",
  "updated_at": "2025-03-12T01:35:37.699Z",
  "user_id": "90b1386d-0cba-4158-96b0-46152cfcf7d2"
}