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)