Authentication

NebulaSync uses OAuth 2.0 for authentication. Obtain a bearer token before making API calls.

OAuth Flow

  1. Direct users to our authorization URL.

  2. Receive the code parameter.

  3. Exchange it for an access token.

Access tokens expire after 1 hour; refresh tokens last 30 days.

Last updated