cURL
curl --request POST \
--url https://localhost/api/v2/login/ \
--header 'content-type: application/x-www-form-urlencoded'{
"session": "<string>"
}Log in
Create an API session for use with API endpoints that require authentication.
POST
/
login
/
cURL
curl --request POST \
--url https://localhost/api/v2/login/ \
--header 'content-type: application/x-www-form-urlencoded'{
"session": "<string>"
}
