Developers
API reference

Retrieve a workspace

GET
/workspaces/{workspace_id}

Retrieves the workspace represented by the path identifier.

AuthorizationBearer <token>

A scoped fd_test_ or fd_live_ server credential.

In: header

Path Parameters

workspace_id*string

Opaque workspace identifier.

Match^ws_

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/workspaces/ws_01JEXAMPLE"
{  "data": {    "id": "ws_01JEXAMPLE",    "object": "workspace",    "name": "string",    "created_at": "2019-08-24T14:15:22Z"  }}