Path parameters
-
ProducerNrn
string Required Producer Unique NRN
Query parameters
-
EprCountryCode
string Required FR, ES, etc.
GET
/producers/{ProducerNrn}/legal
curl \
--request GET 'https://b6l4r8pq7c.execute-api.eu-west-3.amazonaws.com/producers/34368801600504/legal?EprCountryCode=FR' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"_meta": "null",
"data": {
"companyName": "string",
"vatNumber": "string",
"addressCountry": "string",
"addressLocality": "string",
"addressStreet": "string",
"addressPostalCode": "string",
"legalRepresentativeFirstName": "string",
"legalRepresentativeLastName": "string",
"sector": "string",
"primaryNrn": "string",
"secondaryNrn": "string",
"creationDate": "string",
"sectorCode": "string"
}
}
Response examples (404)
{
"error": "ALGOREP_001"
}