QuickBlox API is comprised of different web resources representing data associated with chat activities. You can directly interact with these resources via dedicated actions over standard HTTP protocols.
https://api.quickblox.com
as the base URL.
The second half of the resource URL is the endpoint representing a variable that must be set with appropriate values to access a specific resource. For example, /login
.
Content-type
API header that tells the server the media type of the request and is used for PUT
and POST
requests only. Thus, QuickBlox Server API supports application/json
and application/x-www-form-urlencoded
content type.
QuickBlox header
A QB-Token
request header determines a unique value assigned to the current HTTP connection between the application and QuickBlox server.
A QB-Token-ExpirationDate
response header determines the token expiration date.