Get customer

Retrieve details about an Embedded customer's account.

Path parameters

managed_user_idstringRequired

Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E. For example, EA2300.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Success response
idinteger or null
Unique identifier of the account
external_idstring or null
External identifier of the account
namestring or null
Account name
environmentslist of objects or null
List of environments associated with the account
notification_emailstring or null
Notification email
full_embeddingboolean or null
Indicates whether full embedding is enabled
admin_notification_emailsstring or null
Admin notification emails
error_notification_emailsstring or null
Error notification emails
plan_idstring or null
Plan identifier
origin_urlstring or null
Origin URL, null if not applicable
trialboolean or null
Indicates whether this is a trial account
in_trialboolean or null
Indicates if the account is currently in trial
whitelisted_appslist of strings or null
List of whitelisted applications
frame_ancestorsstring or null
Frame ancestors, null if not applicable
created_atstring or null
Timestamp when the account was created
updated_atstring or null
Timestamp when the account was last updated
time_zonestring or null
Time zone of the account
team_namestring or null
Team name associated with the account
auth_settingsobject or null
current_billing_period_startstring or null
Start of the current billing period
current_billing_period_endstring or null
End of the current billing period
task_countinteger or null
Number of tasks executed
active_connection_limitinteger or null
Maximum number of active connections
active_connection_countinteger or null
Current number of active connections
active_recipe_countinteger or null
Number of active recipes

Errors