Agent
Get All Agents
GET
https://widget.blinger.io/api/external/v1/agents
This endpoint allows you to get free cakes.
Headers
Authorization
string
Authorization token.
Get Agent
GET
https://widget.blinger.io/api/external/v1/agents/:id
Path Parameters
id
string
ID of the agent.
Headers
Authorization
string
Authorization token.
Create Agent
POST
https://widget.blinger.io/api/external/v1/agents
Headers
Authorization
string
Authorization token.
Request Body
active
boolean
Is agent active or not.
serviceUserId
string
Simple string identificates your service.
name
string
Agent's Name.
avatar
string
Url of the Agent's Avatar.
status
string
Status of the agent. Possible values: offline or online.
Update agent
PUT
https://widget.blinger.io/api/external/v1/agents/:id
Path Parameters
id
string
ID of the agent.
Headers
Authorization
string
Authorization token.
Request Body
active
boolean
Is agent active or not.
serviceUserId
string
Simple string identificates your service.
name
string
Agent's Name.
avatar
string
Url of the Agent's Avatar.
status
string
Status of the agent. Possible values: offline or online.
Last updated