Get Oauth Token from Credentials

POST: https://survey2connect.com/v2/api/oauth/token Headers "Content-Type": "application/json" Request BodyPayload { "email": "john@survey2connect.com", "password": "Survey@123" } Request SamplecURL curl --location --request POST 'https://survey2connect.com/v2/api/oauth/token'…

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…

Get API Key

Step 1: Login to the portal Step 2: Logging ➜ Setting ➜ Preference ➜ API Key

Ask a human

Can't Find What You're Looking For?