× API Center IntroductionGetting StartedEnvironmentsError CodesAuthenticationGet Oauth Token from CredentialsGet Oauth Token from Refresh tokenGet API KeyFoldersCreate a new FolderGet all foldersUpdate a folderDelete a FolderSurveysGet SurveyCreate SurveyFetch all SurveysUpdate a SurveyDelete a surveyBlocksAdd/Split BlockUpdate a BlockDelete BlockCampaignsSend SurveysExport Survey LinksQuestionsAdd QuestionUpdate QuestionGet all questionsDelete QuestionQuestion Type CodesResponsesGet Responses (JSON Format)Create ResponseTicketsGet Ticket Details Back To Home ☰ Search for: Home Authentication Get API Key Get API Key 832 Views 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? Email Support Chat With Us Ticket Generate