Embed Partner Information API

Get an overview of your Deputy Embed tenants.

You're able to use our Embed Partner Status API to get a quick overview of all created Deputy Embed installations.

URL

curl GET https://api.usw2.deputy.com/connect/v1/partner/{partnername}/info

Note: This API is protected under the same security layer that governs all Deputy Embed endpoints. See more here.

Response

The response will include a list of all hostnames, along with their associated editions and a count of their current active users.

FieldDescription
totalNumberOfUsersThe total number of created users across all installations.
hostnameThe hostname of the created Deputy Embed tenant.
externalIdThe externalID was assigned by the third party when the account was created.
numberOfUsersThe total number of active users on the given installation.
EditionThe current edition of the installation (Trial, Premium, or Free)
trialEndDateThe date the trial ended (The effective date that billing takes/has taken effect)
creatorThe creators email address.

Notes

The intention of the Partner Status API is to give embed partners a quick overview of their fleet, with fast access to useful info. The number of users returned via the Partner Status API may differ from the number charged for via your invoice as the Status API returns current active users, while Deputy billing takes into account a users billing start date and the number of real time users throughout a billing period.