NebulaSync uses OAuth 2.0 for authentication. Obtain a bearer token before making API calls.
Direct users to our authorization URL.
Receive the code parameter.
code
Exchange it for an access token.
Access tokens expire after 1 hour; refresh tokens last 30 days.
Last updated 5 months ago