How to fetch your company data using Flowbox's API
Prerequisites
Before you start, ensure you have the following:
- API key: Your unique API authentication key. If you don't have it yet, please contact your CSM and they'll provide it to you.
API Endpoint
To retrieve the list of flows in your Flowbox account, you need to send a GET request to the following endpoint:
https://external-api.getflowbox.com/v2/company
You can find more information and make test calls in our Swaggerhub page.
Required Parameters
Parameter | Type | Location | Description |
|---|---|---|---|
| string | header | Your API authentication key. Must be included in every request. |
Example API Request
Here is an example request with both required and optional parameters:
curl -X 'GET' \
'https://external-api.getflowbox.com/v2/company' \
-H 'accept: application/json' \
-H 'api-key: INSERT_API_KEY_HERE'Response:
The response will be a JSON containing the company data associated to the API key provided.
JSON returned:
Root:
Field | Type | Description |
|---|---|---|
| string | Request status. One of: |
| string | Name of company. |
| string | Country code for the company, e.g: |
| string | Currency code for the company, e.g |