Q
QuickBlox Server API
Details
- URL
-
https://api.quickblox.com - Docs
- https://docs.quickblox.com/reference/overview
Authentication
QB-Token: <credential> Mint a session token by calling Create Session with your QuickBlox application credentials; for a user session include the user's login and password. The response returns a session token, which you send in the QB-Token header. Tokens are valid within the session and expire 2 hours after the last Server API request, per Authentication.
Authorization: ApiKey <credential> In the QuickBlox Application settings, open Dashboard => _YOUR_APP_ => General => API keys, click Add, fill in the fields, and click Create. The API key is then used in the Authorization header as ApiKey {your_api_key}.