Nimply Developers
API ReferenceWorkspace

Get the current workspace

GET
/v1/workspace

Returns the workspace this API key belongs to. Useful as a connectivity check and to confirm which workspace a key operates on.

AuthorizationBearer <token>

Workspace API key (nim_live_...)

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/workspace"
{  "id": "123e4567-e89b-12d3-a456-426614174000",  "name": "Acme Marketing",  "description": "Client workspace for Acme Corp",  "logo": null,  "createdAt": "2026-01-15T09:30:00.000Z",  "grantedScopes": [    "posts:read",    "channels:read"  ]}