Fetches the Issuer details.

GET {{baseUrl}}/issuers

Allows fetching the Issuer details onboarded on the Carbon Calculator Experience. This API returns the Issuer's available details like a supported account range, currency code, and country code along with the color theme.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"clientId":"fjl2fxzsYl1OpvxkBItC9nVw1PSQc_b-eQMcmQFg011ab4b5","customerId":"45678","issuerName":"ABC Bank","supportedAccountRange":"534403,518145,518152,5403,5424","status":"ACTIVE","email":"xyz@abc.com","currencyCode":"USD","countryCode":"USA","countryName":"United States of America","termsAndConditionURL":"https://www.issuer.term-and-conditions.html","privacyNoticeURL":"https://www.issuer.privacy-policy-url.html","optOutURL":"https://www.issuer.opt-out-url.html","preferredTheme":{"backgroundColor":"#FFFFFF","widgetBackgroundColor":"#FFFFFF","fontColor":"#000000","barGraphColor":"#111111","buttonColor":"#999999","buttonTextColor":"#FFFFFF","titleFontType":"Mark Offc For MC","titleFontSize":"28px","subTitleFontType":"Mark Offc For MC","subTitleFontSize":"20px","paragraphFontType":"Mark Offc For MC","paragraphFontSize":"15px","buttonTextFontType":"Mark Offc For MC","buttonTextFontSize":"15px","linkFontType":"Mark Offc For MC","linkFontSize":"15px"}}