GET
/
company_statements
/
{id}
curl --request GET \
  --url https://gate.chip-in.asia/api/v1/company_statements/{id}/ \
  --header 'Authorization: Bearer <token>'
{
  "format": "<string>",
  "timezone": "Europe/Oslo",
  "is_test": true,
  "company_uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "query_string": "<string>",
  "status": "<string>",
  "download_url": "<string>",
  "began_on": 1619740800,
  "finished_on": 1619740800,
  "created_on": 1619740800,
  "updated_on": 1619740800,
  "type": "<string>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Object ID (UUID)

Response

200
application/json
OK

The response is of type object.