cURL
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 } }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The response is of type object.
object