Environments
Get environments
- API Reference
- Learn by Videos
- Get instant help
- FAQs
- GETGet subscribers
- POSTCreate subscriber
- POSTBulk create subscribers
- GETGet subscriber
- PUTUpdate subscriber
- DELDelete subscriber
- PUTUpdate subscriber credentials
- DELDelete subscriber credentials by providerId
- PATUpdate subscriber online status
- GETGet subscriber preferences
- PATUpdate subscriber preference
- GETGet in-app notification feed for a particular subscriber
- GETGet the unseen in-app notifications count for subscribers feed
- POSTMark a subscriber feed message as seen
- POSTMarks all the subscriber messages as read, unread, seen or unseen. Optionally you can pass feed id (or array) to mark messages of a particular feed.
- POSTMark message action as seen
- GETHandle providers oauth redirect
- GETHandle chat oauth
- GETFilter topics
- POSTTopic creation
- POSTSubscribers addition
- GETCheck topic subscriber
- POSTSubscribers removal
- GETGet topic
- DELDelete topic
- PATRename a topic
- GETGet notifications
- GETGet notification statistics
- GETGet notification graph statistics
- GETGet notification
- GETGet workflows
- POSTCreate workflow
- GETGet workflow
- PUTUpdate workflow
- DELDelete workflow
- PUTUpdate workflow status
- GETGet workflow groups
- POSTCreate workflow group
- GETGet workflow group
- DELDelete workflow group
- PATUpdate workflow group
- GETGet Notification templates
- POSTCreate Notification template
- GETGet Notification template
- PUTUpdate Notification template
- DELDelete Notification template
- PUTUpdate Notification template status
- GETGet integrations
- POSTCreate integration
- GETGet active integrations
- GETGet webhook support status for provider
- PUTUpdate integration
- DELDelete integration
- POSTSet integration as primary
- GETGet V1integrations Limit
- GETGet V1integrationsin Appstatus
- GETFilter layouts
- POSTLayout creation
- GETGet layout
- DELDelete layout
- PATUpdate a layout
- POSTSet default layout
- GETGet current environment
- GETGet environments
- POSTCreate environment
- PUTUpdate env by id
- GETGet api keys
- POSTRegenerate api keys
- GETGet execution details
Subscribers
Topics
Notification
Workflows
Workflow groups
Notification Templates
Integrations
Layouts
Environments
Execution Details
Environments
Get environments
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[]
use Novu\SDK\Novu;
$novu = new Novu(<NOVU_API_KEY>);
$novu->getEnvironments()->toArray();
{
{
data: [data]
}
}