Generate Token
For establishing any API connection, API consumer needs to initiate an Authentication request. The Authentication services checks for the credentials provided and then returns an auth token upon succe
POST
https://{{env}}.survey2connect.com/v2/api/oauth/token
Path Parameters
Name
Type
Description
env*
String
Datacenter identifier for client
Request Body
Name
Type
Description
email*
String
email id of the user
password*
String
password of the user
Last updated
Was this helpful?