Skip to main content

Headers

The following are the meta-data associated with our Credit Scoring API request and response.

Tausi Credit Scoring API header has the below two important components:

  • Content-Type
  • Authorization

Content-Type:

It accepts application/json contents type.

Authorization:

It requires X-Auth-Token provided by our internal technical team.

Note: If you encounter issues with our Credit Scoring API, the first place you should look is the Headers section.

Example of a header:

headers = {
`Content-Type`: `application/json`,
`X-Auth-Token`: `Api-key`,
}

Our server cache policy: No cached response can be stored by the client or re-used.