get
https://api.sb.spidrsrv.com/v1/entity
Use the /entity endpoint to retrieve a paginated list of entity (business) users. You can filter by entity name, email, and other entity-specific fields.
Filterable Fields:
entityName- The name of the entity/businessemail- The entity's email addressphoneNumber- The entity's phone numberisArchived- Whether the entity is archivedcreatedAt- The date the entity was createdclientUserId- Your internal identifier for the entity_id- The entity's unique identifier
Supported Operators:
eq- Equalsne- Not equalscontains- Contains (case-insensitive partial match)startsWith- Starts withgt,gte,lt,lte- Comparison operators (useful for dates)