Settings
Get Settings
Gets the settings for your account.
GET
/
settings
Response
id
string
requiredThe settings ID.
webhookUrl
string
requiredYour application’s webhook URL.
webhookKey
string
requiredThe key used to authenticate webhook calls to your app.
Example response:
{
"id": "<settings-id>",
"webhookUrl": "https://server.domain.com/webhook/endpoint",
"webhookKey": "<webhook-key>"
}