Companies
Authorizations
AuthenticationstringRequired
Authentication is token based. You can issue a token for your API request from the 'API' section of the settings menu. The token MUST be sent in a Authorization header with each request.
Example of authenticated request
$ curl -X GET -H "Authorization: Token <your token>" "https://api.dashdoc.eu/api/v4/"
Body
remote_idstringRequiredExample:
The ID of the company in your system
internal_referencenamestringRequiredExample:
Company name
Transporteur AResponses
201
Company created successfully
application/json
post
/flow/sites/{site-slug}/companies/201
Company created successfully
Last updated
Was this helpful?