Setup
Authenticating Requests with Your API Key
How to Get Your API Key
How to Add the API Key to Requests
curl -X POST https://restapi.netmera.com/rest/3.0/sendBulkNotification \
-H "X-netmera-api-key: YOUR_REST_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"extId": "user123",
"notification": {
"title": "Hello",
"message": "Welcome to Netmera!"
}
}'What is extId (External ID)?
extId (External ID)?Key Points:
Example:
Last updated
Was this helpful?