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!
Get an API Key
To request an API Key, send an email to [email protected] specifying the Organization you're requesting an API Key for.
Using your API Key
All requests must include the X-Api-Key
HTTP Header, set to the value of your API Key.
Example API KEY Usage
Last updated