Thirdparty
The provider's identity. Unlike other objects, this endpoint is singular -- it returns who owns this OBAPI server.
- Method:
GET /obapi/v1/thirdparty - Headers:
Authorization: Bearer {apikey}
Response
{
"thirdparty": {
"id": "42",
"name": "CAP-REL",
"address": "123 rue Example",
"zip": "30380",
"city": "Saint Christol Les Ales",
"state": "Gard",
"country": "FR",
"phone": "+33698744401",
"email": "contact@cap-rel.fr",
"website": "https://cap-rel.fr",
"logo": "data:image/png;base64,...",
"vat_number": "FR12345678901",
"siret": "844 431 239 00012",
"siren": "844431239",
"ape_code": "6202A",
"rcs": "NIMES",
"capital": "1000.00",
"legal_form": "SAS",
"currency_code": "EUR",
"language": "fr_FR",
"public_note": ""
}
}
Notes
vat_number is international. Fields siret, siren, ape_code, rcs are France-specific. Non-French providers leave them empty.