Allows to acquire details of user’s company.
Authorization and access
Authorization process is described here. Each API request must also consist of unique Api-key obtained during application registration together with client_id and client_secret.
Url parameters and connection settings
- URL: https://api.platform.trans.eu
- Endpoint: /ext/companies-api/v1/companies
- Http Method: GET
Headers
- Accept: application/json
- Content-type: application/json
- Authorization: Bearer {access_token}
- Api-key: {unique_app_api-key}
Example Request
GET https://api.platform.trans.eu/ext/companies-api/v1/companies
Example Response
{
"legal_name": "Company name",
"vat_id": "PL11111111111111"
}