Environments
Compare resources between environments
Compare resources between environments using the Novu REST API. Requires your environment secret key in the Authorization header.
POST
PHP
Authorizations
API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_key>".
Headers
A header for idempotency purposes
Path Parameters
Target environment ID (MongoDB ObjectId) to compare against
Body
application/json
Diff request configuration
Source environment ID to compare from. Defaults to the Development environment if not provided.
Example:
"507f1f77bcf86cd799439011"