v3

latestSwagger 2.02026-08-067506752.0 MB
query

Get a list of query tokens

get/v1/org/{orgId}/query

Path parameters

orgIdstring required

Org identifier (either id or slug

Query parameters

fromstring

Action id to start paginating from

limitinteger

Number of results to return

returnAccessstring

Return access information -- pass a list of actions to check, for example: create,update,delete

Response

successful operation

nextstring

Example response

{
  "data": [
    {
      "id": "588f7ee98f138b19220041a7",
      "orgId": "588f7ee98f138b19220041a7",
      "userId": "588f7ee98f138b19220041a7",
      "createAt": "2016-11-16T13:40:47Z",
      "expireAt": "2016-11-16T13:40:47Z",
      "activeAt": "2016-11-16T13:40:47Z"
    }
  ],
  "access": [
    {
      "ids": [
        "588f7ee98f138b19220041a7"
      ]
    }
  ]
}