Accounts

Number of APIs: 72

  1. Gets the Electronic Record and Signature Disclosure. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/consumer_disclosure/{{langCode}}

  2. Updates a permission profile within the specified account. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/permission_profiles/{{permissionProfileId}}?include={{include}}

  3. Returns tab settings list for specified account GET {{baseUrl}}/v2.1/accounts/{{accountId}}/settings/tabs

  4. Update the password rules PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/settings/password_rules

  5. Deletes the specified account. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}

  6. Delete an existing account custom field. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/custom_fields/{{customFieldId}}?apply_to_templates={{apply_to_templates}}

  7. Creates new accounts. POST {{baseUrl}}/v2.1/accounts?preview_billing_plan={{preview_billing_plan}}

  8. Retrieves the account information for the specified account. GET {{baseUrl}}/v2.1/accounts/{{accountId}}?include_account_settings={{include_account_settings}}

  9. Gets list of recurring and usage charges for the account. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_charges?include_charges={{include_charges}}

  10. Gets a list of brand profiles. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/brands?exclude_distributor_brand={{exclude_distributor_brand}}&include_logos={{include_logos}}