curl --request GET \
--url https://api.sandbox.goteal.co/accounts/recurring \
--header 'X-API-KEY: <api-key>'{
"pagination": {
"offset": 75,
"limit": 25,
"count": 14,
"total_count": 89
},
"accounts": [
{
"account_id": "95a0e70b-fe02-4f47-aef9-2efff279df71",
"payroll_provider": "quickbooks",
"user_name": "[email protected]",
"created_at": "2019-05-17T00:00:00.000Z",
"mfa_enabled": true,
"latest_pay_date": "2019-05-17T00:00:00.000Z",
"next_recurring_check": "2019-05-17T00:00:00.000Z",
"recurring_check_end_date": "2019-05-17T00:00:00.000Z",
"recurring_check_frequency": "WEEKLY",
"employee_name": "Amazon"
}
]
}curl --request GET \
--url https://api.sandbox.goteal.co/accounts/recurring \
--header 'X-API-KEY: <api-key>'{
"pagination": {
"offset": 75,
"limit": 25,
"count": 14,
"total_count": 89
},
"accounts": [
{
"account_id": "95a0e70b-fe02-4f47-aef9-2efff279df71",
"payroll_provider": "quickbooks",
"user_name": "[email protected]",
"created_at": "2019-05-17T00:00:00.000Z",
"mfa_enabled": true,
"latest_pay_date": "2019-05-17T00:00:00.000Z",
"next_recurring_check": "2019-05-17T00:00:00.000Z",
"recurring_check_end_date": "2019-05-17T00:00:00.000Z",
"recurring_check_frequency": "WEEKLY",
"employee_name": "Amazon"
}
]
}ID of the user to get accounts for
The offset to start at
x >= 1The number of items to return
1 <= x <= 1000Successfully retrieved accounts
Show child attributes
The offset to start at - zero based
x >= 175
1 <= x <= 10025
x >= 014
89
Show child attributes
The id of the account
"95a0e70b-fe02-4f47-aef9-2efff279df71"
The payroll provider to use
"quickbooks"
The login of the user
"2019-05-17T00:00:00.000Z"
Is mfa enabled for this account
The latest pay date of the payroll under this account
"2019-05-17T00:00:00.000Z"
Date of the next recurring check for this account
"2019-05-17T00:00:00.000Z"
End date of the recurring schedule for this account
"2019-05-17T00:00:00.000Z"
Frequency of the recurring check for this account. Available frequencies [WEEKLY, MONTHLY]
"WEEKLY"
Employee name for which this account is linked to
"Amazon"