Skip to main content

Authentication and Authorization

Overview​

The authentication and authorization APIs enables you to manage all aspects of user identity when you use Aircampi Auth. It offers endpoints so your users can log in, sign up, log out, access APIs, and more.

Authorize​

To begin an OAuth 2.0 Authorization flow, your application should first send the user to the authorization URL.

Learn more →

Token​

Get an Access Token in order to call an API. Optionally, you can also retrieve an ID Token and a Refresh Token. Refresh your Access Token using a Refresh Token you got during authorization.

Learn more →

User Info​

Given the Access Token obtained during login, this endpoint returns a user's info.

Learn more →

Device Code​

To begin the Device Authorization Flow, your application should first request a device code.

Learn more →