USERS
Create / Update Users
APIs to upsert user profile
POST
Authorizations
Pass as Bearer <API_KEY>
. Get API Key from SuprSend dashboard Developers -> API Keys section.
Path Parameters
Unique identifier of the user in your system
Body
application/json
List of email addresses. You can add other channels in the same format by replacing $email with respective channel keys. Available channel keys - $email
, $sms
, $inbox
, $webpush
, $androidpush
, $iospush
, $slack
, $ms_teams
.
User's timezone in IANA format
Example:
"America/New_York"
Preferred language in ISO 639-1 Alpha-2 format
Example:
"en"
add any additional property in key-value pair
Example:
"val"