cURL
curl --request GET \ --url https://api.sandbox.goteal.co/entries \ --header 'X-API-KEY: <api-key>'
{ "pagination": { "offset": 75, "limit": 25, "count": 14, "total_count": 89 }, "entries": [ { "account_id": "95a0e70b-fe02-4f47-aef9-2efff279df71", "entry_id": "95a0e70b-fe02-4f47-aef9-2efff279df71", "created_at": "2019-05-17T00:00:00.000Z" } ] }
ID of the user to get entries for
The offset to start at
x >= 1
The number of items to return
1 <= x <= 100
Created
The response is of type object.
object