POST web_api/authenticate

Authenticate using client credentials and receive a JWT access token.

Request Information

URI Parameters

None.

Body Parameters

Form-encoded body containing client_id and client_secret fields.

Collection of Object

None.

Request Formats

application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

A JSON object containing an access_token property with the JWT bearer token on success, or an error message with the appropriate HTTP status code on failure.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.