Company Statements
Schedule a statement generation
POST
{base url}/api/v1/company_statements/
This request allows you to schedule statement generation for a company. The response will include an object with fields such as id
, status
, and download_url
. These are the key fields to focus on.
Headers
Name
Type
Description
Content-Type*
String
application/json
Authorization*
String
Bearer
Token*
String
{{secret key}}
Retrieve a statement by ID.
GET
{base url}/api/v1/company_statements/{id}/
Headers
Name
Type
Description
Content-Type*
String
application/json
Authorization*
String
Bearer {{secret key}}
Last updated