Last updated 5 months ago
Retrieve an authentication token to be used for API communication.
POST /v1/auth/token HTTP/1.1 Host: clientId: 123e4567-e89b-12d3-a456-426614174000 clientSecret: text Accept: */*
Success
{ "bearerToken": "jwtToken" }
Check the health of the system
Identifier for the environment that this request should interact with
GET /v1/system/health HTTP/1.1 Host: Authorization: Bearer JWT x-mythical-environment-id: 123e4567-e89b-12d3-a456-426614174000 Accept: */*
{ "redisServices": "Healthy", "databaseServices": "Healthy" }