A valid request URL is required to generate request examples{
"customers": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"external_id": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
]
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}List teams
The teams in the key’s environment, newest first — the read half of the mirror.
Until this existed a team could be created from your backend and never read by one: the panel’s own listing (GET /v1/organization/customers) answers a staff session and takes an ?environment= parameter, which is the opposite posture from this surface, where the environment comes off the key and no request field can move it.
Pass external_id to ask in your own ids. It is the id the upsert keys on, unique per environment, so the answer is a list of one or a list of none — the same envelope either way, so a caller that filters and a caller that pages read the same shape. There is no total: a page shorter than limit is the last one.
A valid request URL is required to generate request examples{
"customers": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"external_id": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
]
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}Autorizações
An organization API key, uk_sk_live_… or uk_sk_test_…. The environment is resolved from the stored key row on every request, never from a request parameter.
Every route behind this credential is rate limited per key — 1000 requests a minute — with a second ceiling of 3000 a minute across all the keys of one environment, so splitting your traffic across keys isolates it and minting more keys does not buy more of it. A test key can never spend a live key's allowance. Every response carries the current state in headers; see the rate-limits guide.
Parâmetros de consulta
Your own id for the account. Answers with that one team, or with an empty list.
Page size. Values outside 1–200 fall back to 50.
1 <= x <= 200x >= 0Resposta
The teams.
Show child attributes
Show child attributes