v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
accessKeyManagement

List all access keys.

List all access keys in your account.

get/v1/accessKeys

Query parameters

limitinteger

Limit the number of access keys returned in the response. The number of access keys returned may be less than the limit.

tokenstring

Continuation token to get the next page of results. A page object with the next continuation token is returned in the response body. Subsequent GET requests should specify the continuation token to get the next page of results. token is set to null when no more pages are left.

Response

A list of all access keys in your account.

nextstring

Next continuation token.

Example response

{
  "data": [
    {
      "id": "su0w3Q37CBzHUM",
      "label": "collector access key",
      "corsHeaders": [
        "https://my-app.com",
        "https://mail.my-app.com"
      ],
      "createdAt": "2018-10-16T09:10:00Z",
      "createdBy": "0000000006743FDD",
      "modifiedAt": "2018-10-16T09:10:00Z",
      "modifiedBy": "0000000006743FDD",
      "serviceAccountId": "0000000006743FDA",
      "lastUsed": "2018-10-16T09:10:00Z",
      "scopes": [
        "manageUsersAndRoles",
        "viewCollectors"
      ],
      "effectiveScopes": [
        "manageUsersAndRoles",
        "viewCollectors"
      ]
    }
  ],
  "next": "GDCiRv4vebF3UWFJQ1kySXBOR3Bzh69GR0RyWm9vCtc"
}