Skip to main content

Authenticate to an Admin API application.

POST 

/api/web/v1/adminapi/authenticate

Authenticate to an Admin API application.

Request

Body

required

    applicationId stringrequired

    Administration API application id

    enableWebSession boolean

    If set to true, a session cookie named INTELLITRUST_SESSION_ID is returned with the authentication response. This cookie must be returned with all subsequent requests.

    sharedSecret stringrequired

    Shared Secret

Responses

Successful

Schema

    authToken string

    Authorization token returned after a successful authentication.

    creationTime date-time

    Creation time of the authentication token.

    expirationTime date-time

    Expiry time of the authentication token.

Loading...