Hantera inställningar

Each account can have a number of settings for SMS services. These can be managed with the endpoints below. After endpoints is a list of available settings and their data types. When you set a preference, it is either created or replaced, depending on whether it has been previously set. A removed setting either reverts to a global default or is disabled depending on the setting.

  • Read all settings: GET /v2/me/sms/settings
  • Get an individual setting: GET v2/me/sms/settings/{setting}
  • Set a setting PUT v2/me/sms/settings/{setting}
  • Remove a setting: DELETE v2/me/sms/settings/{setting}

Callback incoming messages

Name: IncomingCallbackUrl

Data type: string, valid absolute URL

Default value: null, disabled