nooks
GitHubInstall
Access tokens

List access tokens

ListAccessTokens returns the signed-in Member's own tokens.

GET
/api/v1/access-tokens

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/access-tokens"
{  "tokens": [    {      "uid": "string",      "name": "string",      "abilities": {        "read": true,        "write": true,        "delete": true      },      "listNames": [        "string"      ],      "allLists": true,      "expiresAt": "string",      "lastUsedAt": "string",      "createdAt": "string",      "memberName": "string"    }  ]}