/
JSON API - Getting Started
JSON API - Getting Started
Audience
This document is intended for distribution channels and their development teams that wish to connect to the Allora IBE.
The reader should be familiar with web services and JSON.
Product Overview
Authentication
Partner sites/channels will be provided with credentials to authenticate requests to the API. Only information for properties enabled for your API credentials will be returned in response.
All requests are expected to be sent as HTTP POST
with the Content-Type
header set to application/json
.
User Auth
In most cases, userAuth
will be used, the credentials supplied will need to be explicitly set in the userAuth
section of the request and access will only be granted to sites this user is authorized to have access to.
{
"userAuth": {
"username": "username",
"password": "password"
}
}
URLs
Related content
Site Access
Site Access
More like this
IBE JSON API
IBE JSON API
More like this
Getting Started with the Channel Manager Push API
Getting Started with the Channel Manager Push API
More like this
Push API - ARI Message
Push API - ARI Message
Read with this
OTA API - Getting Started
OTA API - Getting Started
More like this
Getting Started with the Allora CRM Module API
Getting Started with the Allora CRM Module API
More like this