Quick Start

Good to know: Channel Mobile offers two different APIs 1. Channel360 API. 2. AgentChat API.

Get your API keys

Currently we offer token based authentication for our Broadcasting and Conversation.

You make a Sign In Request, which will return a token, which you can use to make additional authorised calls.

The best way to interact with our API is to use one of our official libraries:

Get Channel360 API Token

To get the API Token, send a Sign-In request to our new Channel360 Cloud API.

Sign-In

post

API call for signing in a new account.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
emailstringRequired

Registered email

Example: [email protected]
passwordstringRequired

Registered password

Example: Something23!
Responses
200

Sign-in Successfull

application/json
post
/api/users/signin
200

Sign-in Successfull

For our conversation's API, please contact our sales team if you want an instance of our AgentChat/Conversation API mailto:[email protected]

Get Session Token for AgentChat API

For our V1 AgentChat API, you will need to make a Sign-In request to your dedicated instance

AgentLogon

post

The API call to logon the agent and return a session token

Query parameters
VersionstringRequired

The current version number

Example: {{BUILD_VERSION}}
Body
EmailAddressstringRequired

The unique email address and the username the agent will use to login

PasswordstringRequired

The password corresponding to the unique email address

Responses
200Success

No content

post
/AgentLogon
200Success

No content

Last updated

Was this helpful?