Logo
2cloudnine Payroll API API Documentation

Web Server Flow 1

GET {{url}}/services/oauth2/authorize?response_type=code&client_id={{clientId}}&redirect_uri={{redirectUrl}}&scope=full refresh_token

 

Body PARAM

Key Datatype Required Description 
response_type
string
client_id
string
redirect_uri
string
scope
string



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X GET 'undefined/services/oauth2/authorize?response_type=code&client_id=undefined&redirect_uri=undefined&scope=full refresh_token?response_type=code&client_id=undefined&redirect_uri=undefined&scope=full refresh_token'

ENDPOINTS