Create new environments

POST/unified/environment

Payload

body

Returns

const options = {
  method: 'POST',
  url: 'https://api.unified.to/unified/environment',
  headers: {
    authorization: 'bearer .....'
  },
  data: undefined,

};

const results = await axios.request(options);
Are we missing anything? Let us know
Was this page helpful?