Service Authentication API
Generate access token using API secret Key
post
Header parameters
X-Api-Secret-KeystringRequired
Provide Api Secret key to get access token
OriginstringOptional
Origin as you set in application cors
Responses
200
AccessToken generated
application/json
400
Error occured at the time of generating access token
application/json
401
Unauthorized
application/json
post
/api/v1/app/oauthLast updated