Run in Apidog
Get basic details for a legal entity. The provided {legalentityid} MUST either be a member of a trust group owned by {legalentityownerid} or have a trust group membership connected to {legalentityownerid}
Request Add parameter in header Authorization
Example: Authorization: ********************
Request Code Samples
curl --location 'https://api.tahdah.me/api/legalentities//legalentities/' \
--header 'Authorization: <api-key>' Responses application/json
Generate Code
{
"name" : "string" ,
"tradingName" : "string" ,
"description" : "string" ,
"logoUrl" : "http://example.com" ,
"publicWebsiteAddress" : "http://example.com" ,
"contactEmail" : "user@example.com" ,
"contactUsLink" : "http://example.com" ,
"vatNumber" : "string" ,
"charityNumber" : "string" ,
"childAgeLimit" : 16 ,
"address1" : "string" ,
"address2" : "string" ,
"address3" : "string" ,
"town" : "string" ,
"county" : "string" ,
"postcode" : "string" ,
"currencyId" : 1 ,
"timezone" : "UK/London"
} Modified at 2026-06-12 18:04:11