Skip to main content

GET /preferences

GEThttps://api.courier.com/preferences
Get a list of existing notifications and categories
Responses
AUTH TOKEN
curl --request GET \
--url https://api.courier.com/preferences \
--header 'Accept: application/json'
Response Example
{
"uncategorized": [
{
"config": {
"type": "OPT_OUT"
}
}
],
"categories": [
{
"config": {
"type": "OPT_OUT"
},
"notifications": [
{
"config": {
"type": "OPT_OUT"
}
}
]
}
]
}