Get low data notification
GET
/v2/notifications/opt-in
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v2/notifications/opt-in' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}'
Response Response Example
{
"data": {
"notification": {
"type": "webhook_low_data",
"contact_point": "https://example.com"
}
},
"meta": {
"message": "success"
}
}
Request
Header Params
Accept
string
required
Example:
application/json
Authorization
string
required
Example:
Bearer {{token}}
Responses
Modified at 2024-12-17 16:58:49