v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBCompanies
Retrieve company
Returns the detail of a company: legal name, administrative contact, tags and configuration (e.g. accounting currency).
get/companies/{companyId}
Path parameters
companyIdstring required
Response
Successful Response
Example response
{
"id": "company_5f2c1a",
"legalName": "Acme Corporation S.L.",
"contact": {
"phone": "+34600123456",
"name": "Laura",
"surname": "Fernández",
"email": "laura.fernandez@acme.com"
},
"tags": [
{
"id": "tag_4d2f1a",
"name": "VIP"
}
]
}