v1.0.0
OAS 3.0.3
Questback External Api
Overview for questback External API
API is using OAuth 2.0. a proper token is required to connect to the endpoints.
You need a clientId
and clientSecret
to acquire a token.
Example Curl requestcurl -X POST "https://auth.questback.com/oauth/v2/token" -H "Content-Type: application/x-www-form-urlencoded" -d "grant_type=client_credentials&scope=urn:zitadel:iam:org:project:id:293329872963508459:aud&client_id=YOUR_CLIENT_ID&client_secret=YOUR_CLIENT_SECRET"
Client Libraries