Get VAT validation result
GET/api/v1/integration/vat/validations/:operationId
Returns the current state of a previously created validation operation. Poll this endpoint after starting an async run, or use it to re-read a completed result by operation ID.
Request
Responses
- 200
- 401
- 404
- 429
- 500
Current validation status and available result data.
Response Headers
Retry-After
Polling hint in seconds while the validation run is still in progress.
Cache-Control
Returned as no-store while the validation run is still in progress.
The API key is missing, invalid, or revoked.
No validation operation exists for the supplied operation ID.
Too many integration requests were sent in a short period.
An unexpected error occurred while reading the validation result.