Skip to main content
GET
/
oauth2
/
@me
/
authorizations
List user OAuth2 authorizations
curl --request GET \
  --url https://api.fluxer.app/v1/oauth2/@me/authorizations \
  --header 'Authorization: <api-key>'
[
  {
    "application": {
      "id": "<string>",
      "name": "<string>",
      "icon": "<string>",
      "description": "<string>",
      "bot_public": true
    },
    "scopes": [
      "<string>"
    ],
    "authorized_at": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.

Response

Success

application
object
required

The application that was authorized

scopes
string[]
required

The list of granted OAuth2 scopes

Maximum array length: 50
authorized_at
string
required

The timestamp when the authorization was granted