Authorization

Access Token

To make API calls, you will need an access token and a subscription key. 

The access key can be obtained by making an HTTPS POST call to the following URL:

https://fincb2cProduction.b2clogin.com/fincb2cProduction.onmicrosoft.com/oauth2/v2.0/token?p=B2C_1_ROPCPartner&username=[username]&password=[password]&grant_type=password&client_id=e6b4ebd7-eb04-4def-8720-275660831db6&response_type=token id_token&scope=openid e6b4ebd7-eb04-4def-8720-275660831db6 offline_access

Pass your login ID [username] and password [password] in the query parameters.

This returns a JSON response with an access_token. Copy this token and paste it somewhere so that it is accessible when you're ready to begin making calls to the API.

Subscription Key

To obtain your subscription key, use the login ID and password from the email and sign into the FinClusive Development Portal.

Click your name on the top right and select Profile. This is where you'll find your subscription key.

Copy your Primary key and paste it with your access token. You'll need both of these handy when you begin making calls.

Making an API Call

An API is called by passing the subscription-key has a query parameter and Access token in a header.

Example:

To call an API visit

Query Parameter

Ocp-Apim-Subscription-Key=3107d05ca4e04a70873e15ddfeed3f0c

Header Parameter

Authorization:
Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Ilg1ZVhrNHh5b2pORnVtMWtsMll0djhkbE5QNC1jNTdkTzZRR1RWQndhTmsifQ.eyJpc3MiOiJodHRwczovL2d1cnV0ZXN0b3JnLmIyY2xvZ2luLmNvbS82ZDYxZTQ0OC0zZTZiLTRmMTUtOTFkZS01ZWUxZjk5Y2NiMTQvdjIuMC8iLCJleHAiOjE1NjQ1MDE2OTUsIm5iZiI6MTU2NDQ5ODA5NSwiYXVkIjoiMzZjMjk1NWItMzZmOS00M2FlLTllMmEtN2MwZjE3ODg0MzE1IiwiaWRwIjoiTG9jYWxBY2NvdW50Iiwib2lkIjoiMzQ4OGE4MGQtNmYwZS00ZTYyLWEwMDMtMGEyMTQ3OTM3MjYyIiwic3ViIjoiMzQ4OGE4MGQtNmYwZS00ZTYyLWEwMDMtMGEyMTQ3OTM3MjYyIiwiZ2l2ZW5fbmFtZSI6Ikd1cnUiLCJuYW1lIjoiZ3VydWIxMDAiLCJjaXR5IjoiV2VzdCBKb3JkYW4iLCJjb3VudHJ5IjoiVW5pdGVkIFN0YXRlcyIsInRmcCI6IkIyQ18xX1JPUENQYXJ0bmVyIiwiYXpwIjoiMzZjMjk1NWItMzZmOS00M2FlLTllMmEtN2MwZjE3ODg0MzE1IiwidmVyIjoiMS4wIiwiaWF0IjoxNTY0NDk4MDk1fQ.jTyWZXvTWtTBrqecHDEL2xMuCLqy0jixcyFVtlUp68yTot4wnfS-qT045btDF2_Ac-7W8-acb4Xc_x4b40NrQW8E6s88oRATaatxDGiXXDyFO0zhYz8za1WuHqAQDXFEjIyEEn2LUkM3tet-fqP04HU2EwmaPZY1qRyZ5rbmxZ9FOWANCxbeRO83NlGB2p39BLGXct3QzMU31CgLWQgLSUq5blAdaniDBJ9HII_cmfcoqkYudjsACx2gN7SytzTQa_SYWXBun5QNCemZWbi_ALNoP9UR4E0wxqjbY7LATrJvXR4Vgi-Uwb_aEUCzee1mA6bpJ88imY-39hD3S8U90w