Get Credential

Outbound | GET | {Client’s URL}

Summary

This API is used to fetch credentials from client system which are used in headers.

Description

Increff system can send key value pairs in header for authenticating client APIs.

If client system throws a 401 HTTP status in any of the API calls then Increff system triggers a “Get Credential” call to client system to re fetch the new credentials.

Request

Empty Body

Response

{"key1":"value1","key2":"value2"}

 

HttpStatus : 200