Skip to main content
GET
/
me
/
tokens
cURL
curl --request GET \
  --url https://api.timbal.ai/me/tokens \
  --header 'Authorization: Bearer <token>'
{
  "token": {
    "createdAt": 123,
    "hint": "<string>",
    "id": "<string>",
    "kind": "<string>",
    "name": "<string>",
    "org_id": "<string>",
    "scope": "<string>",
    "secret": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Response

200 - application/json

Credentials listed

token
object
required

User credential (API key or future kinds).