# Authenticate with env credentials Authenticate your environment to get a management token for your environment using the clientId and API key. Endpoint: POST / ## Request fields (application/json): - `clientId` (string, required) - `secret` (string, required) ## Response 200 fields (application/json): - `token` (string) - `expiresIn` (number) ## Response 401 fields