cURL
curl --request GET \ --url https://api.unisaldos.com/v1/company \ --header 'Authorization: Bearer <token>'
200
Example
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "document": "<string>", "document_type": "company", "taxpayer_type": "special", "is_withholding_agent": true, "logo": "<string>" }
Permiso requerido: integrations:v1:company:read.
integrations:v1:company:read
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
company
personal
special
formal
ordinary