PublicationOnContactsOfTheCompany

GET /api-v1/registry/registry-of-commerce

Headers

Responses

GET /api-v1/registry/registry-of-commerce
curl \
 -X GET http://wyzio.app/api-v1/registry/registry-of-commerce \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "organizationRegistryName": "string",
    "publication": "string",
    "publicationDate": "2024-05-04T09:42:00+00:00"
  }
]