Autional Autional
API Reference GitHub autional.com →

GET /oauth/consents

Retrieves all authorized OAuth client consent records for the current user, including client ID, authorized scopes, and authorization time.

OAuth `bearerAuth` application/json

Responses

StatusDescriptionSchema
200Authorization consent listdto.ConsentListResponse
401Unauthenticated: provide a valid Bearer Tokengitee_com_linmes_authms_base_dto.SimpleResponse
500Internal server errorgitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

dto.ConsentListResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data array of

See dto.ConsentResponse

No
message string No
timestamp string No

dto.ConsentResponse

FieldTypeRequiredExampleConstraintsDescription
client_id string No app-123
granted_at string No 2026-04-15T10:30:00Z
id string No 01ARZ3NDEKTSV4RRFFQ69G5FAV
scopes string No openid profile email

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No