We need to pass an api token for credentials when requesting data from and posting to OverOps via the API? How do I generate an api token?
An api token can be generated from your account in OverOps.
To generate a token:
Below is a sample curl request with the api token, to get a list of OverOps views.
curl -X GET \ https://api.overops.com/api/v1/services/<serviceID-goes-here>/views \ -H 'X-API-KEY: <put overops api token here> '
For a list of available APIs, check out https://api-docs.overops.com/.
Please sign in to leave a comment.
An api token can be generated from your account in OverOps.
To generate a token:
Below is a sample curl request with the api token, to get a list of OverOps views.
curl -X GET \
https://api.overops.com/api/v1/services/<serviceID-goes-here>/views \
-H 'X-API-KEY: <put overops api token here> '
For a list of available APIs, check out https://api-docs.overops.com/.
Please sign in to leave a comment.