API 1
cURL
curl --request GET \ --url https://external.pleo.io/v1/companies/{companyId} \ --header 'Authorization: Bearer <token>'
{ "data": { "address": { "addressLine1": "<string>", "addressLine2": "<string>", "country": "<string>", "locality": "<string>", "postalCode": "<string>", "region": "<string>" }, "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "registrationNumber": "<string>" } }
Search for a specific company by company ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Enter the company ID.
Company resource found
Show child attributes