Registration
The registration API allows the client applications to register their callback information (including the callback URL) in the IMPACT system. Also, the client application can specify the callback authentication method.
The ADEP client uses the CDP user credential to register on the IMPACT system. Upon successful registration, IMPACT system updates callback information in the database.
Table 1 describes the API structure for the registration process.
Title | Register API client with callback information |
---|---|
URL | http://<impact_url>/m2m/applications/registration |
Method | PUT |
Content-Type | application/json |
URL Params | The following are the URL parameters:
|
Data Params | Msg:[String]: info/warning/error message |
Success Code |
Response Code: 201 |
Error Code |
400 : Bad Request 401 : Unauthorized 403 : Forbidden 404 : Not Found |
Sample Call |
Curl: Callback server uses HTTP digest authorization:
Callback server uses Basic authorization:
Response Body:
|
Notes |
The system automatically checks the correctness of the callback URL that is, the client application is available at the address during registration. |
Comments
0 comments
Please sign in to leave a comment.