Step 1. Generate a Bearer Token
- 1 Generate Token
- 2 >View Subscriptions
- 3 >Retrieve Data
Use your FINIO API credentials to generate a bearer token
- In production, credentials should be added to the request body as a JSON object or an XML object
- For demo purposes the request body has been pre-populated with demo account credentials as a JSON payload
- Click on 'Try it out' and then click 'Execute' to generate a bearer token
View your subscription
- In production you would use the bearer token from step 1 to authorise the subscription request
- For demo purposes the bearer token will be pre-populated
- Click on 'Try it out' and then execute to view your subscription details
Retrieve Entity Data
- Select one of the entities available from your subscription
- To retrieve entity data you need to add your subscription id to the request body
- The bearer token from step 1 needs to be added to the request header
- For demo purposes the subscription Id and bearer token have been pre-poulated
- Click on 'Try it Out' and then 'Execute' to call the API and view the entity data