Getting Started

This section helps you make your first API call.

  1. Sign up for a developer account at https://developers.nebulasync.ioarrow-up-right.

  2. Create an application in the dashboard to get a client_id and client_secret.

  3. Obtain an access token with our OAuth 2.0 flow.

  4. Make a test call:

curl -H "Authorization: Bearer <token>" \
     https://api.nebulasync.io/v1/me

You’ll receive your account metadata in JSON format.

Last updated