# Signonify Mini Apps ## Docs - [Getting Started](https://apidocs.signonify.com/doc-651709.md): ## API Docs - Authenticate (OAuth2) [/oauth/authorize](https://apidocs.signonify.com/api-9848519.md): To authenticate with **OAuth2.0** method, copy the path of this API to the browser and add the necessary parameters. - Authenticate (OAuth2) [/oauth/token](https://apidocs.signonify.com/api-9848520.md): Exchange your client ID, client secret and code (get from /oauth/authorize) for an access token. - Authenticate (OAuth2) [/oauth/userinfo](https://apidocs.signonify.com/api-9848523.md): Retrieve user info of the logged in user.