API Reference

implement token endpoint

Returns access token base on client credential.

Log in to see full request history
Form Data
string
required

OAuth2 grant type. Since currently just support Client Credentials Grant,
so its value must be client_credentials.

string | null

OAuth2 scope. Since currently we use fixed permission, so backend will ignore the field.

Responses

Language
Credentials
:
Click Try It! to start a request and see the response here! Or choose an example:
application/json