cURL
curl --request GET \ --url https://api.propelcode.ai/v1/auth/tokens \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "name": "<string>", "token_prefix": "<string>", "scopes": [ "<string>" ], "created_at": "2023-11-07T05:31:56Z", "expires_at": "2023-11-07T05:31:56Z", "last_used_at": "2023-11-07T05:31:56Z", "revoked_at": "2023-11-07T05:31:56Z" } ]
List review API tokens for your company, including optional revoked tokens.
Dashboard authentication token.
Include revoked tokens in the response.
Token list.