v1

latestOpenAPI 3.1.02026-07-247328324.6 KB
API authentication

List all authorizes

get/oauth/authorize

Response

Successful operation

Example response

{
  "data": [
    {
      "redirect_uri": "https://www.acme.com",
      "resource": "https://www.acme.com",
      "id": "user_0123456789ABCDEFGHIJKLMNOPq",
      "created_at": "2024-01-15T10:30:00Z",
      "created_by": "user_0123456789ABCDEFGHIJKLMNOPq",
      "updated_at": "2024-01-15T10:30:00Z",
      "updated_by": "user_0123456789ABCDEFGHIJKLMNOPq"
    }
  ]
}