Authentication
Get an API Key for your Organization
API Keys are used to authenticate with the API. All requests to the ServiceBell API must be authenticated by including an HTTP header with your API Key.
- API Keys are tied specifically to your Organization.
- Multiple API Keys can be created for different uses.
- API Keys can be deactivated when no longer needed.
- API Keys are irretrievable, so when one is issued, please keep it safe!
To request an API Key, send an email to [email protected] specifying the Organization you're requesting an API Key for.
All requests must include the
X-Api-Key
HTTP Header, set to the value of your API Key.Example API KEY Usage
# List all users of my Organization
curl https://api.servicebell.com/public/api/v1/org/team \
-H "Accept: application/json" \
-H "X-Api-Key: BGFEUUEr.YmGIxL9maFhPtapAQW9RK5RX1MX3SjLRKaJJJ_96yVg"
Last modified 1yr ago