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

Response

Returns the workspace bound to the API key.
id
string
The workspace UUID.
name
string
The workspace name.
created_at
string
Creation timestamp in Y-m-d H:i:s format.
updated_at
string
Last update timestamp in Y-m-d H:i:s format.
curl -X GET https://app.trypost.it/api/workspace \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "id": "d4e5f6a7-b8c9-0d1e-2f3a-4b5c6d7e8f9a",
  "name": "My Brand",
  "created_at": "2025-01-01 00:00:00",
  "updated_at": "2025-01-01 00:00:00"
}