Get

Returns information about the workspace.

Authentication

AuthorizationBearer
Bearer authentication header of the form `Bearer <PHONIC_API_KEY>`. Manage your API keys [here](https://phonic.co/api-keys).

Response

Success response
active_conversationsinteger>=0
Number of conversations currently in progress for this workspace.
max_active_conversationsinteger>=0
Maximum number of concurrent conversations allowed for this workspace.
logo_urlstring or null

URL of the workspace logo (PNG or SVG), or null if not set.

ip_allowlistlist of strings
IP addresses or CIDR ranges allowed to access the workspace.

Errors

401
Unauthorized Error
500
Internal Server Error