Skip to main content
GET
Get profile settings
Settings are profile-scoped. Omit profile_id to read the default profile, or pass profile_id to read settings for another profile.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer {api_key}

Query Parameters

profile_id
string

Connection profile settings to read. Omit to use the default profile. Random public connection profile ID returned by GET /api/v1/profiles.

Pattern: ^[A-Za-z0-9]{6,32}$
Example:

"AbC123xYz90"

Response

Settings retrieved

status
enum<string>
Available options:
ok
data
object
Last modified on May 13, 2026