For the complete documentation index, see llms.txt. This page is also available as Markdown.

Workspace

Get workspace details and members

get

Returns the workspace behind the API key: campaign counts broken down by status, and the list of members with their roles. Useful for confirming which workspace a key belongs to.

Authorizations
AuthorizationstringRequired
Header parameters
AuthorizationstringRequired

Bearer <API_KEY>

Responses
200

Workspace details

application/json
completed_campaignsintegerOptional
draft_campaignsintegerOptional
not_started_campaignsintegerOptional
paused_campaignsintegerOptional
running_campaignsintegerOptional
space_idintegerOptional
total_campaignsintegerOptional
total_membersintegerOptional
get/space/members

Last updated