How to authenticate with the PulseGuard API.
Authorization
Bearer your_token_here
Accept
application/json
Content-Type
cURL
curl -X GET "https://app.pulseguard.nl/api/v1beta/domains" \\ -H "Authorization: Bearer your_token_here" \\ -H "Accept: application/json"