GET

/v1/environments

Authorization*

Please ensure there is a space between ApiKey and your Api key.

E.g ApiKey 18d2e625f05d80e

use Novu\SDK\Novu;

$novu = new Novu(<NOVU_API_KEY>);
$novu->getEnvironments()->toArray();
{
    {
    data: [data]
}
}

Response

200 - application/json
data
object[]