Group your users by company, team, or any organizational structure that makes sense for your business.
Provide an externalOrganizationId to identify the organization—your ID from your own system. Don’t worry about whether it already exists; we’ll create it if it’s new or update it if it already exists. This makes syncing organization data effortless.
Reference this organization when creating users (via /users) or logging messages (via /messages) using the same externalOrganizationId. Perfect for B2B products where you need to track which company each user belongs to.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.