Skip to main content
GET
/
workspace
curl -X GET https://app.trypost.it/api/workspace \
  -H "Authorization: Bearer tp_your_api_key"
{
  "data": {
    "id": "d4e5f6a7-b8c9-0d1e-2f3a-4b5c6d7e8f9a",
    "name": "My Brand",
    "timezone": "America/Sao_Paulo",
    "created_at": "2025-01-01 00:00:00",
    "updated_at": "2025-01-01 00:00:00"
  }
}

Response

Returns the workspace associated with the API key.
data
object
curl -X GET https://app.trypost.it/api/workspace \
  -H "Authorization: Bearer tp_your_api_key"
{
  "data": {
    "id": "d4e5f6a7-b8c9-0d1e-2f3a-4b5c6d7e8f9a",
    "name": "My Brand",
    "timezone": "America/Sao_Paulo",
    "created_at": "2025-01-01 00:00:00",
    "updated_at": "2025-01-01 00:00:00"
  }
}