Skip to main content

AdminAuthApi

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

authenticateAdminApiUsingPOST

AdminApiAuthenticationResult authenticateAdminApiUsingPOST(adminApiAuthentication)

Authenticate to an Admin API application.

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-