NoNotifRole

GET {{baseUrl}}/services/{{service-name}}/accessible-categories

A client can invoke this API when they want to get a list of all categories available for a given service. The categories are the notification queues available for customers to subscribe to and consume notifications.

HEADERS

KeyDatatypeRequiredDescription
notif-rolestring(Required) Header that identifies role of the requester to validate if its a provider or consumer. Added by the client in the request.

RESPONSES

status: OK

{"category_list":["cancellations","statusUpdates"]}