Get VAT validation result by idempotency key
GET/api/v1/integration/vat/validations/by-idempotency-key/:idempotencyKey
Returns the current state of a previously created validation operation by idempotency key. Use this to re-read a run when the caller tracks the original idempotency key instead of the 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 idempotency key.
Too many integration requests were sent in a short period.
An unexpected error occurred while reading the validation result.