Skip Navigation

Request and response model

Service endpoint
/auth/v2/token
Example
https://protectapi.cylance.com/auth/v2/token
HTTP method
POST
Request headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer
JWT Token returned by Auth API
with the user:create scope encoded.
Request
{ "title": "Authorization Request", "type": "object" "properties": { "auth_token": { "type": "" "description": "token representing authorization request" } }, "request": ["auth_token"] }