Use of this API is subject to Gradual’s published rate limits and acceptable use policy.

Authentication

To use Gradual Public API, you need to obtain a Client ID and Client Secret.

<aside> 💡

Please email [email protected] to request your Client ID and Client Secret.

</aside>

Gradual Public API uses Bearer Token and Client ID Header as the authentication method.

The two headers you need to pass along with all API calls are Authorization and x-client-id.

For example:

API Endpoint

https://api.gradual-api.com/public-api/v1/

Rate Limit

The API is protected by a rate limiter. The API rate limits and use documentation can be found here.

API References

Get list of user profile questions

Returns a list of all Public Questions and Private Questions in the Onboarding Form, organized by id (question ID) and title (question title).

HTTP Method: GET