Numbers
List numbers assigned to the active workspace
Authorization
bearerAuth AuthorizationBearer <token>
Long-lived ES256 JWT minted from the dashboard (https://app.sautikit.com/developers/api-keys). Signed by the
platform keyring. Carries workspace_id and scopes claims;
revoked via the platform deny-list.
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/numbers"{ "data": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "workspace_id": "0967198e-ec7b-4c6b-b4d3-f71244cadbe9", "e164": "string", "friendly_name": "string", "status": "active", "assigned_at": "2019-08-24T14:15:22Z" } ], "next_cursor": "string"}{ "error": { "code": "validation.bad_request", "message": "string", "request_id": "string" }}Switch the workspace storage tier PUT
Upgrades debit the price delta from the wallet at flip time and emit a `storage.tier_changed` event. Downgrades flip immediately and are NOT refunded. Same-tier PUTs are a no-op. `Idempotency-Key` header dedupes the wallet debit on retries.
Search the inventory for available DIDs GET
Next Page