use Novu\SDK\Novu;
$novu = new Novu(<NOVU_API_KEY>);
$novu->getEnvironments()->toArray();
{
"data": [
{
"_id": "string",
"name": "string",
"_organizationId": "string",
"identifier": "string",
"apiKeys": [
{
"key": "string",
"_userId": "string"
}
],
"_parentId": "string"
}
]
}
use Novu\SDK\Novu;
$novu = new Novu(<NOVU_API_KEY>);
$novu->getEnvironments()->toArray();
{
"data": [
{
"_id": "string",
"name": "string",
"_organizationId": "string",
"identifier": "string",
"apiKeys": [
{
"key": "string",
"_userId": "string"
}
],
"_parentId": "string"
}
]
}
Authorization
field like the example shown below:E.g ApiKey 18d2e625f05d80e
use Novu\SDK\Novu;
$novu = new Novu(<NOVU_API_KEY>);
$novu->getEnvironments()->toArray();
{
"data": [
{
"_id": "string",
"name": "string",
"_organizationId": "string",
"identifier": "string",
"apiKeys": [
{
"key": "string",
"_userId": "string"
}
],
"_parentId": "string"
}
]
}
Ok
The response is of type object
.
Was this page helpful?