Logo
AAH 2020.4 API Documentation

01.2 Authenticate SITE

POST https://{{IPAddr}}/api/v1/authenticate

Authenticate against the site. Make sure the site is already created, and your user is licensed for that site.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'https://IPAddr/api/v1/authenticate' -H 'Content-Type: application/json' -d '{"email":"AdminMail","password":"AdminPassword","siteName":"SiteName"}'

ENDPOINTS