OpenApi
OpenAPI Company Data
Retrieve company information using VAT codes through the OpenAPI.it interface. This business function allows you to fetch detailed company data from the OpenAPI.it service for EU companies.
Settings Configuration
Before using the OpenAPI Company Data function, configure the following settings in your workspace:
OpenAPI Username
Setting:
OpenApiUsernameDescription: Your OpenAPI.it username for authentication
Required: Yes
OpenAPI Password
Setting:
OpenApiPasswordDescription: Your OpenAPI.it token for authentication
Required: Yes
Test Environment
Setting:
OpenApiTestDescription: Enable to use test environment URLs instead of production
Default: false
Required: No
When enabled, the function uses:
Test OAuth URL:
https://test.oauth.openapi.itTest Company URL:
https://test.company.openapi.com
When disabled (production), the function uses:
Production OAuth URL:
https://oauth.openapi.itProduction Company URL:
https://company.openapi.com
Response Format
Successful Response
Error Responses
Missing VAT Code
Invalid Settings
Authentication Failed
Company Not Found
Server Error
Example Usages
Basic Company Data Retrieval
Last updated
Was this helpful?