Skip to main content
GET
/
api-tokens
List Tokens
curl --request GET \
  --url https://api.{your-broker}.slate-labs.com/api-tokens
[
  {
    "id": 123,
    "name": "<string>",
    "token_prefix": "<string>",
    "token_last4": "<string>",
    "scopes": [
      "<string>"
    ],
    "ip_allowlist": [
      "<string>"
    ],
    "rate_limit": 123,
    "expires_at": "2023-11-07T05:31:56Z",
    "created_by": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "last_used_at": "2023-11-07T05:31:56Z"
  }
]

Response

200 - application/json

Successful Response

id
integer
required
name
string
required
token_prefix
string
required
token_last4
string
required
scopes
string[]
required
ip_allowlist
string[] | null
required
rate_limit
integer | null
required
expires_at
string<date-time> | null
required
status
enum<string>
required
Available options:
active,
disabled,
revoked,
expired
created_by
string
required
created_at
string<date-time>
required
last_used_at
string<date-time> | null
required