Core
The calling key itself and the workspace it belongs to. Read /v1/company once and cache it: every money field elsewhere is in its currency, and every calendar date is in its timezone.
Describe the calling API key
GET
/v1/meIdentity and scopes of the key making the request.
Responses
| Status | Meaning |
|---|---|
200 | The key. |
401 | The API key is missing, malformed, revoked or expired. |
403 | The key does not carry the required scopes. |
429 | Rate limit exceeded. See the RateLimit-* headers. |
Retrieve the workspace
GET
/v1/companyCurrency and timezone are published here because every money and date field elsewhere is expressed in them.
Responses
| Status | Meaning |
|---|---|
200 | The workspace. |
401 | The API key is missing, malformed, revoked or expired. |
403 | The key does not carry the required scopes. |
429 | Rate limit exceeded. See the RateLimit-* headers. |