Authentication
Authentication is required to access the Halo Security API. This section details how to manage your account API keys and submit a request.
API Keys
Example Request
curl --header "x-apikey: <APIKEY>" https://api.halosecurity.com/api/v1/user/me.json{
"user": {
"role": 1,
"user_id": 12345,
"phone": "1-555-111-2222",
"last_name": "Last",
"title": "Title",
"first_name": "First",
"email": "[email protected]"
}
}Last updated