Authorization: Bearer YOUR_TOKEN
Expected Behavior:
- On success, the system will return the CNAME details.
- If the request is invalid, a 400 error will be returned.
- If authorization fails, a 401 error will be returned.
curl -X GET "https://api.pinghome.io/statuspage-query/v1/domain/status.pinghome.dev/cname" \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json'