cURL
curl --request GET \ --url https://production.pier-finance.com/api/coverage/commercial \ --header 'Authorization: Basic <encoded-value>'
{ "AL": { "limit_1": { "amount": { "min": 500000, "max": 25000000 } }, "max_apr": 9999, "business_types": [ "corporation", "partnership", "llc", "sole_proprietorship" ] } }
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