Skip to main content

Authorization

Use the security key to access the credit scoring service.

Token

The Token provided is used as a key in the HTTP 'X-Auth-Token' header, in the format:

X-Auth-Token: `YOUR_API_KEY`

This key gives you access to the specific endpoint.

Contact us to get the api-key

Example:

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