GET api/Auth/App

Authenticates an external application using the provided authorization header.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

An representing the result of the authentication attempt. If successful, returns an OK response with the authentication token. If the authorization header is missing or invalid, returns an Unauthorized response. If an error occurs during the authentication process, returns a Bad Request response with error details.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.