Our documentation site will be down for a migration until 31 Oct 2025. Please check back next week!
Português (BR)
Referência da API
cURL
curl --request GET \ --url https://api.altostrat.io/workspaces \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "ws_a1b2c3d4e5f6g7h8", "name": "ACME Corporation", "description": "Workspace principal para todos os projetos da ACME.", "billing_mode": "pooled", "pooled_seat_limit": 100, "archived": false, "created_at": "2025-10-29T00:40:06.000000Z", "updated_at": "2025-10-29T00:40:06.000000Z", "archived_at": null } ], "has_more": false }
Retorna uma lista de workspaces dos quais o usuário autenticado é membro.
Insira seu JWT no formato: Bearer {token}
Uma lista de workspaces.
Mostrar atributos filhos
false
Esta página foi útil?