Signonify Mini Apps
  1. Authenticate (OAuth2)
Signonify Mini Apps
  • Getting Started
  • Authenticate (OAuth2)
    • /oauth/authorize
      GET
    • /oauth/token
      POST
    • /oauth/userinfo
      GET
  1. Authenticate (OAuth2)

/oauth/token

POST
/oauth/token
Exchange your client ID, client secret and code (get from /oauth/authorize) for an access token.

Request

Body Params application/x-www-form-urlencoded

Responses

🟢200OK
application/json
Body

Example
{
    "access_token": "33f7f1c04f0bfaa0429d00d34f0f380a"
}
Modified at 2024-09-04 08:43:04
Previous
/oauth/authorize
Next
/oauth/userinfo
Built with