cURL
curl --request GET \ --url https://api.togai.com/jobs \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "mig.20aUyEZSuYq.SoGbS", "type": "PRICE_PLAN", "status": "COMPLETED", "updatedAt": "2080-10-04T00:00:00Z" } ], "nextToken": "eyJsYXN0SXRlbUlkIjogInN0cmluZyIsICJwYWdlU2l6ZSI6IDEwMCwgInNvcnRPcmRlciI6ICJhc2MifQ==", "context": { "pageSize": 10 } }
Returns a list of jobs with pagination and sort.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"eyJsYXN0SXRlbUlkIjogInN0cmluZyIsICJwYWdlU2l6ZSI6IDEwMCwgInNvcnRPcmRlciI6ICJhc2MifQ=="
10
Response for list customers request
Show child attributes
ASC
DESC