cupa-inspera-qp-webhook-xapi
Security
Policies:
Client Id Enforcement
To consume the API, consumer must register its client application with in Any point exchange and get the Client ID and Client Secret. The Client ID (client-id) and Client Secret(client-secret) should be passed in query params to get authorized for the request.
- Client ID Expression[attributes.queryParams['client-id']]
- Client Secret Expression[attributes.queryParams['client-secret']]
No. | Methods | Resource |
---|---|---|
1. | GET | /status |
2. | POST | /submission/notification |
3. | POST | /revision/notification |
4. | POST | /elitresponse/notification |
5. | POST | /notification/loft |
Endpoints are secured using Client ID policies
Reference: Client Id Enforcement