InvalidSubscriptionId

GET {{baseUrl}}/subscriptions/{{subscription-id}}-invalid

A client can invoke this API when they want to get details on a notification subscription they own. The common parameters for all delivery channels that can be retrieved for a subscription are - servicename/category/recipientinstitution /batchsizemax/expiration/description. In addition to this list other parameters that will be returned if information is present for webhook, emails or SMS are – webhookurl, emails and mobilenumbers respectively.

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

{"recipient_institution":["CITIUS33","CITIGB22"],"service_name":"GPI","category":"gCASE","expiration":"2018-12-07T17:58:31.357Z","batch_size_max":10,"description":"GPI subscription"}