This is the API documentation for customers to integrate with CBA. If you want to get work automated for your system, this would be what you are looking for.
Before you get started you would need to contact our IT department to get following tokens.
- `Authentication Tokens`
- `Fleet Token`
- `Product Token`
Web API doesn't depend on any language or platform, so it's OK for you to develop with any tools you like. We recommend you use a REST client to test the APIs. Our IT team uses `postman` and `curl` to test a single API request.
Now you should be ready to start your API integration. Below is a quick start to test the API.
```bash
curl --request POST -H 'Content-Length: 0'\
--url https://connect-test.focussi.com/api/v2/test_connection \
--header 'Authorization: {authorization_token}'
```
If you receive a response with a status code`200`, that would mean your first API request runs successfully. Good luck to you!