Read Available Credit Products

This end-point is for reading availability of the credit products for a particular tenant and/or application. Use the shared API key to authenticate against this end-point.

This can be useful for handling credit-product specific scenarios on your app(s) before invoking an embeddable URL.

Authentication

AuthorizationBearer

Send Authorization: Bearer <PLATFORM_API_KEY> from a trusted back-end.

Response

Returns tenant and application metadata along-with credit-product specific flags.

tenantIDstring
applicationIDstring
personalLoanEnabledboolean
businessLoanEnabledboolean
goldLoanEnabledboolean

Errors

401
Unauthorized Error
404
Not Found Error
500
Internal Server Error