This section helps you make your first API call.
Sign up for a developer account at https://developers.nebulasync.ioarrow-up-right.
Create an application in the dashboard to get a client_id and client_secret.
client_id
client_secret
Obtain an access token with our OAuth 2.0 flow.
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 5 months ago