CatenaApiKeys
On the right hand side of this page, you will see a list of "Servers".
To configure which server is shown in example requests:
domain
environment variable.curl -i -X GET \
https://docs.catenatools.com/_mock/apis/catena-tools-core/api/v1/sessions
{ "sessions": { "property1": { … }, "property2": { … } } }
curl -i -X GET \
https://docs.catenatools.com/_mock/apis/catena-tools-core/api/v1/sessions/healthz
{ "healthy": true, "components": [ { … } ] }