Get accounts

Gets all accounts that match the given criteria.

Five filter query parameters can be sent and they work with an 'AND' relationship:

  1. Account name
  2. Member email
  3. Domain name
  4. Sfdc Account Id
  5. Review Status

The following query parameters are optional and can be used to control the sorting and pagination of the results:

  • Sort Field
  • Sort Direction
  • Page Number
  • Page Size
Query Params
string

This parameter will search for an account that has the given name.

string

This parameter will search for all accounts that contain a given member email.

string

This parameter will search for all accounts that contain at least one member email with the given domain name.

Domain examples: safebase.io, example.com

string

Salesforce Account Id to verify and get account

string

One or more review statuses to filter accounts by.

string
enum

The field to sort the results by.

Allowed:
string
enum

The direction to sort the results by.

Allowed:
integer
1 to 500

The page number to retrieve.

integer
1 to 100

The number of results to return per page.

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json