GET
/
coverage
/
consumer
curl --request GET \
  --url https://production.pier-finance.com/api/coverage/consumer \
  --header 'Authorization: Basic <encoded-value>'
{
  "AL": {
    "limit_1": {
      "amount": {
        "min": 150000,
        "max": 5000000
      }
    },
    "max_apr": 0
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json
{key}
object