kustomer-client
    Preparing search index...

    Function getOutboundAccounts

    • Get outbound accounts Retrieves all outbound accounts.

      Any one of the following roles is required for this endpoint:

      Legacy Role Equivalent Permission Set Role
      org.user.apps.read org.permission.apps.read

      Type Parameters

      • ThrowOnError extends boolean = true

      Returns RequestResult<
          {
              data: {
                  attributes: { account: string; channel: string; name: string };
                  type: string;
              }[];
              links: { self: string };
              meta: { [key: string]: unknown };
          },
          unknown,
          ThrowOnError,
      >