Requisição
Adicionar o parâmetro Authorization
a Cabeçalhos, cujo valor é concatenar o Token após o Bearer. Exemplo:Authorization: Bearer ********************
Códigos de solicitação
curl --location --request GET '/workspaces//' \
--header 'Authorization: Bearer <token>'
Respostas
application/json {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organization": "452c1a86-a0af-475b-b03f-724878b0f387",
"name": "string",
"host": "string",
"theme": {},
"picture": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"public_url": "string"
}
Modificado em 2025-01-16 17:18:04