Step 1: Login to the portal

Step 2: Logging ➜ User Details ➜ My Account ➜ API Key

Get Oauth Token from Credentials

POST: https://api.xebo.ai/api/v1/oauth/token Headers "Content-Type": "application/json" Request BodyPayload { "email": "john@xebo.ai", "password": "Survey@123" } Field Type Mandatory Description email string Yes…

Get Oauth Token from Refresh token

POST: https://survey2connect.com/v2/api/oauth/token/refresh Headers "Content-Type": "application/json" Request BodyPayload { "refresh_token": "eyJraWQiOiJzM3E1OWF2cFdIcXVKa0I0MjRpcFpqQVN0dXAzQzFkZEhVM3k2TjNZSXRjPSIsImFs" } Request SamplecURL curl --location --request POST 'https://survey2connect.com/v2/api/oauth/token/refresh' \ --header…

Ask a human

Can't Find What You're Looking For?