Making API Requests
All API requests must be made via SSL to the base URL, and data will be returned as JSON.
Base URL https://api.b3networks.com/v1/
Authentication
We use API Key to authorize your API request. Every API call to B3Network API gateway must include the header
x-credential-api-key: xxx-axps-a413-sasx-3xasf
Example curl request
curl https://api.b3networks.com/v1/smsmarketing/messages \ -H x-credential-api-key=xxx-axps-a413-sasx-3xasf