POST

/api/login

Authenticate local administrative session and receive an API token.

Request Parameters

Parameter Location Required
payload body (JSON) Yes

Example Request

cURL
curl -X POST https://aegis.purdyandfigg.dev/api/login \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'