Config API
cURL
curl --request GET \ --url https://{tenant}.chronosphere.io/api/v1/config/services/{slug} \ --header 'API-Token: <api-key>'
{ "service": { "name": "<string>", "team_slug": "<string>", "created_at": "2023-11-07T05:31:56Z", "description": "<string>", "notification_policy_slug": "<string>", "slug": "<string>", "updated_at": "2023-11-07T05:31:56Z" } }
Chronosphere API token
A successful response.
Show child attributes