Skip to main content
GET
/
parties
/
me
/
settings
Get party settings
curl --request GET \
  --url https://api.natural.co/parties/me/settings \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "type": "party",
    "id": "pty_019cd1798d617f65a79cb965dda9eac3",
    "attributes": {
      "dashboard_view": "DEVELOPER",
      "is_explicit": false
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Agent-ID
string | null

Agent ID (agt_xxx) identifying which agent is making the request.

X-Instance-ID
string | null

Agent session/conversation ID for observability.

Maximum string length: 1024

Response

Successful Response

Single response for party settings.

data
PartySettingsResource · object
required

Resource object