Quantcast
Channel: Symantec Connect - Articles
Viewing all articles
Browse latest Browse all 1863

ServiceDesk - API - Authorization

$
0
0
ServiceDesk Version:8.5

Authorization

Provides authentication method. The API simply passes through the authentication paradigm from ProcessManager. The API consumer is responsible for managing the provided token and handling authentication failures.

 APIDescription
POSTapi/authorization/tokenAttempts to authenticate using the credentials provided and returns a token if successful. The returned token must be provided as the Authentication header for all subsequent requests. If authentication fails a 403 response will be returned.

Request

POST api/authorization/token

Request Information

URI Parameters

None

Body Parameters

NameDescriptionTypeAdditional information
Username stringNone.
Password stringNone.

Request Formats

application/json, text/json
{
  "username": "sample string 1",
  "password": "sample string 2"
}

Response Formats

"00000000-0000-0000-0000-000000000000"

---

Protirus.png


Viewing all articles
Browse latest Browse all 1863

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>