Type to search...

Notification URLs

About

Notification URL is a feature in Shardimage system to send successful API request details and the response data to the given URL. Currently, there are two ways to set up these URLs.

Upload access token

Basically, the access token is an authentication tool, which has extra features. One of them is the notification URL, where the developer can give a list of URL where the system will send the additional data after a successful request. After the access token is created, it can be used only for the image uploading.

Example

You can find PHP integration example in our SDK documentation here »

Notification-Url header

Can be used for any kind of API requests, must be set up manualy. The format is:

X-Shardimage-Notification-Url: <notificationUrl>
Table of contents