2 min read
Step 1 — call a read endpoint
The loyalty-tiers endpoint is the friendliest first call: a plain GET, no body, no auth.
curl -sS https://hub.credicorp.co.uk/public/v1/loyalty/tiers
Step 2 — read the response
You get a 200 with the four tiers in Bronze→Platinum order, each carrying its thresholds and arrangement-fee discount (in percent units), plus a generated timestamp. See the full reference for the field-by-field shape.
Step 3 — handle the rate limit
The public ring allows 60 requests per 60 seconds per IP. If you loop this call in a tight script you will eventually get a 429 with a Retry-After header — sleep for that many seconds and retry. See Rate limits and 429.
Where to go next
Try submitting an enquiry, embedding the support widget, or connecting an AI agent over MCP.
Frequently asked questions
Do I need to sign up before making a call?
No. The public ring needs no account and no key. This first call works from any machine with curl.
Why did I get a 429?
You exceeded 60 requests in a 60-second window from your IP. Honour the Retry-After header and slow down — see Rate limits and 429.
Funding for UK limited companies
Credicorp lends to your company, not to you personally — short-term working capital with no personal guarantee. See what your business could access.
