Skip to main content

AdminAuthApi

MethodHTTP requestDescription
AuthenticateAdminApiUsingPOSTPOST /api/web/v1/adminapi/authenticateAuthenticate to an Admin API application.

AuthenticateAdminApiUsingPOST

AdminApiAuthenticationResult AuthenticateAdminApiUsingPOST (AdminApiAuthentication adminApiAuthentication)

Authenticate to an Admin API application.

Using the AuthenticateAdminApiUsingPOSTWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

NameTypeDescriptionNotes
adminApiAuthenticationAdminApiAuthentication

Return type

AdminApiAuthenticationResult

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200Successful-
400Bad Request-
401Access denied-
403Forbidden-
404Not Found-
409Conflict-