Authentication
Kommunicate comes with a set of platform APIs, which provides you more control over the process and opens up the ways for customizations. All endpoints are relative to base URL and accept application/json content type.
Base URL
https:
Authentication
Kommunicate uses the key based authentication. Kommunicate server accepts the request only if valid API key found in request header. Add apiKey
parameter in the query String or Api-Key
in request header. Get your api key from komunicate dashboard or drop a mail on [email protected]
.
Last updated
Was this helpful?