System

Retrieve an authentication token

post

Retrieve an authentication token to be used for API communication.

Header parameters
clientIdstring · uuidRequired
clientSecretstringRequired
Responses
200

Success

application/json
post
/v1/auth/token

Check the health of the system

get

Check the health of the system

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
x-mythical-environment-idstring · uuidRequired

Identifier for the environment that this request should interact with

Responses
200

Success

application/json
get
/v1/system/health
200

Success

Last updated