Subscriptions Management
Subscriptions are a way to manage notifications sent to your webhooks by Infobip. It is a useful feature if you want to narrow down the list of events to be notified about or specify different webhooks for different use cases. It will also allow you to set up authentication settings for your endpoint.
If you want mutual TLS on the webhook you will receive notification events, you can upload and manage the certificate that Infobip will present to you in order to verify Infobip's authenticity. For details see documentation.
Subscription
Returns a list of all subscriptions for the specified channel with pagination. By default, the result is sorted by creation date in descending order.
The search can be used with various criteria passed via query parameters (all criteria combinations have AND semantic).
Note.To avoid validation errors and inconsistent results query parameters need to be encoded (see RFC 3986, section 2.1).
Example. Find subscriptions having applications 'app1' and 'app2', and the resource '100200300400'.
/subscriptions/1/subscription/SMS?applicationId=app1&applicationId=app2&resource=100200300400
This method will create a new subscription. You can provide an ID of an existing profile, or submit a full definition of a profile and security settings if you want to create new ones.
Returns a specific subscription by ID.
This method allows you to update the subscription. You can change its properties and provide an ID of a profile if you wish to change it.
This method will delete the subscription specified by ID.
Profile
Returns a list of all notification profiles for your account with pagination.
This method will create a new notification profile. You can provide an ID of existing security settings if you wish to reuse them or submit full definition, if you want to create a new one.
Returns a specific notification profile by ID.
This method allows you to update a notification profile. You can change its properties and provide an ID of security settings if you wish to change them.
This method will delete a notification profile specified by ID.
Security
Returns a list of security settings for your account with pagination.
This method will create new security settings.
Returns specific security settings item by ID.
This method allows you to update the security settings.
This method will delete the security settings item by ID.
Certificate
Returns a page containing certificates details by filtering condition.
Upload the certificate Infobip will present for your webhook to verify Infobip when sending notification events.
Returns a certificate details.
Deletes an existing certificate by a given identifier. Note, certificates cannot be deleted if linked to a Notification Profile.
Returns a page containing certificates statuses by filtering condition.
Returns a certificate status.
Performs connectivity check to provided webhook with the given certificate. Note, it does not send a notification event.
Need assistance
Encountering issues
What's new? Check out
Unsure about a term? See