Authentication
Authentication for Opsgenie Rest API
Authentication is mandatory to call any Rest API request.
Header Key: Authorization
Header Value: GenieKey $apiKey
OR
Header Key: Authorization
Header Value: Basic base64(:$apiKey)
Updated about 5 years ago