Svix Emporix Shared Account

Retrieving a dashboard access URL

get

Retrieves a Svix magic login link (authentication embedded) and an authentication token needed to connect a tenant to their consumer application portal.

Required scopes

  • webhook.subscription_manage

Required scopes
This endpoint requires the following scopes:
  • : Needed to manage subscriptions.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired

Your Emporix tenant name.

Note: The tenant name should always be provided in lowercase.

Responses
200Success
application/json
get
/webhook/{tenant}/dashboard-access

Retrieving webhooks statistics

get

Retrieves statistics on the number of emitted events and provides information on the limit of webhook notifications configured for a specific tenant.

Required scopes

  • webhook.subscription_read

Required scopes
This endpoint requires the following scopes:
  • : Needed to read subscriptions.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired

Your Emporix tenant name.

Note: The tenant name should always be provided in lowercase.

Query parameters
fromYearMonthstringOptional

Month from which statistics should be retrieved.

Note: The value should be provided in the "YYYY-MM" format.

toYearMonthstringOptional

Month to which statistics should be retrieved.

Note: The value should be provided in the "YYYY-MM" format.

Responses
200

OK

application/json
get
/webhook/{tenant}/statistics

Last updated

Was this helpful?