Implement token endpointAsk AIpost {protocol}://{userdomain}:{port}/api/oauth/v1/tokenReturns access token base on client credential.Form Datagrant_typestringenumrequiredOAuth2 grant type. Since currently just support Client Credentials Grant, so its value must be client_credentials.client_credentialsAllowed:client_credentialsscopestringlength ≤ 16OAuth2 scope. Since currently we use fixed permission, so backend will ignore the field.Responses 200Successful response. 400Error response for bad request. Refer to The OAuth 2.0 Authorization Framework - error response. defaultDefault oauth error response.Updated 6 months ago