認証アプリケーション関連

Register an application

post
Body
namestringRequiredExample: example
logoURLstring | nullableOptionalExample: https://example.com/logo.png
allowedCallerOriginsstring[]RequiredExample: ["https://example.com"]
allowedCallbackURLsstring[]RequiredExample: ["https://example.com/callback"]
Responses
post
/registerApplication

Get an application by client ID

get
Query parameters
clientIDstringRequiredExample: CXqlJpKYiXLzVuq3mU49UY5UFn2N3URVt
Responses
get
/getApplication

Get application stats by client ID

get
Query parameters
clientIDstringRequiredExample: CXqlJpKYiXLzVuq3mU49UY5UFn2N3URVt
startAtintegerRequiredExample: 1231006505
endAtintegerRequiredExample: 1231006505
Responses
get
/getApplicationStats

Get all applications

get
Responses
get
/getApplications

Update an application by client ID

post
Body
clientIDstringRequiredExample: CXqlJpKYiXLzVuq3mU49UY5UFn2N3URVt
namestringOptionalExample: example
logoURLstring | nullableOptionalExample: https://example.com/logo.png
allowedCallerOriginsstring[]OptionalExample: ["https://example.com"]
allowedCallbackURLsstring[]OptionalExample: ["https://example.com/callback"]
Responses
post
/updateApplication

Delete an application by client ID

post
Body
clientIDstringRequiredExample: CXqlJpKYiXLzVuq3mU49UY5UFn2N3URVt
Responses
204

No Content

No content

post
/deleteApplication

No content

Last updated