Credentials
Before moving forward, you should have credentials to access Datasaur API. Datasaur API uses the Oauth 2.0 protocol for authentication and authorization. Datasaur uses the Client Credentials Grant.
You can generate the credentials by logging in to your account and select Generate OAuth Credentials.
Base URL: https://datasaur.ai/api/oauth/token
User Flow
Obtain OAuth 2.0 credentials by requesting them from us. We will provide the credentials (
client_id
andclient_secret
).Obtain access tokens by using
client_id
andclient_secret
.Use the access token to access the Datasaur API.
Response
Now that you have the access token, we'll provide an example of how to create a new project via the API.
Generate OAuth Credentials Menu
You can generate OAuth credentials by your own! After logging in, you can go to profile menu at the upper right corner and select Generate OAuth credentials.
You can keep the Client ID and Client secret of each member. If you regenerate the OAuth Credentials, the old one will be invalidated.
__📌 Note: this feature only applies on Growth and Enterprise. Please contact us to upgrade your account on support@datasaur.ai.
Last updated