cURL
curl --request GET \ --url https://api.sandbox.goteal.co/hmrc/{user_id} \ --header 'X-API-KEY: <api-key>'
{ "pagination": { "offset": 75, "limit": 25, "count": 14, "total_count": 89 }, "income_submissions": [ { "id": "cefbbff7-f405-467c-8f7e-1421be42c796", "account_id": "82b49a09-b352-4a67-abe1-09764417084a", "entry_id": "b98ee82a-0c24-4dc6-acb3-c8b2735505f4", "income_id": "13de317b69d5d0e3033455a670cb318b", "employment": { "total_income": "31150.00", "employers": [ { "employer_name": "Company XYZ", "income": "22500.00", "tax_paid": "890.35" } ] }, "frequency": "Annual", "income_period": { "start": "2024-04-06T12:00:00Z", "end": "2025-04-05T12:00:00Z" } } ] }
ID of the user to get HMRC income for
The offset to start at
x >= 1
The number of items to return
1 <= x <= 100
The account_id to filter on
The entry_id to filter on
HMRC income response
Show child attributes