Skip to main content

Token OAuth Endpoint

POST 

/auth/oauth/token

Token OAuth Endpoint

Request

Responses

Schema
    access_token stringrequired
    token_type stringrequired
    expires_in numberrequired
    refresh_token string
    scope stringrequired
curl -L -X POST 'https://ccims.github.io/auth/oauth/token' \
-H 'Accept: application/json'
ResponseClear

Click the Send API Request button above and see the response here!