This endpoint allows clients to poll the processing status and summary of a previously submitted declaration batch using the original requestId.
⚠️ Note: This is a synchronous polling interface for an asynchronous operation. Use it to check final outcomes after receiving a 202 Accepted from the submission endpoint.
Request
Path Params
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.geoaccount.com/api/v1/declarations/' \
--header'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.xxxxx' \
--header'GS-API-Key: gs_live_abc123def456789'