Skip to main content
GET
/
orgs
/
{org_id}
/
scim-tokens
cURL
curl --request GET \
  --url https://api.timbal.ai/orgs/{org_id}/scim-tokens \
  --header 'Authorization: Bearer <token>'
{
  "scim_tokens": [
    {
      "created_at": 123,
      "enabled": true,
      "id": "<string>",
      "org_id": "<string>",
      "updated_at": 123,
      "label": "<string>",
      "last_used_at": 123,
      "provider_id": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

org_id
string
required

Response

200 - application/json

SCIM tokens

scim_tokens
object[]
required