Skip to content

Auth Token List

A paginated list of auth tokens.

typestring

The type of object - list.

Value:"list"
Example:"list"
dataArray of objects(Auth Token)

An array of auth token objects.

pagesobject

Pagination information.

{ "type": "list", "data": [ {} ], "pages": { "type": "pages", "per_page": 20, "next": {} } }