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": {
      "dashboardView": "DEVELOPER",
      "isExplicit": true
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.natural.co/llms.txt

Use this file to discover all available pages before exploring further.

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

Required when X-Agent-ID is present. Session or conversation ID for agent observability.

Maximum string length: 1024

Response

Successful Response

data
PartySettingsResource · object
required