Documentation
Sign inGet started

Get the current workspace settings

GET
/v1/workspace/settings
Returns the feature settings for the current workspace.
Response Payload
email
object
required
Show child attributes
storage_enabled
boolean
required
Whether the content of outgoing email — the HTML and text body and any attachments — is retained so it can be retrieved later through the message content endpoint. When disabled, only message metadata is kept.
cURL
curl -X GET "https://us1.platform.bird.com/v1/workspace/settings" \
  -H "Authorization: Bearer $TOKEN"