Operator

Get operators

GET https://app.blinger.io/api/operators/all

This endpoint allows you to get operators.

Headers

Name
Type
Description

Authentication

string

Authentication token.

{
    "status": 200,
    "data": [
        {
            "id": 1,
            "user_id": 1,
            "owner_user_id": 1,
            "invite_email": "[email protected]",
            "conversations_token": "5c763415ee6c7"
        },
        {
            "id": 2,
            "user_id": 3,
            "owner_user_id": 1,
            "invite_email": "[email protected]",
            "conversations_token": "5cf8c80657eec"
        }
    ]
}

Get groups

GET https://app.blinger.io/api/operators/groups

Headers

Name
Type
Description

Authentication

string

Authentication token

Create operator

POST https://app.blinger.io/api/operators/create

Path Parameters

Name
Type
Description

Authentication

string

Authentication token

Request Body

Name
Type
Description

operator_email

string

operator_password

string

Delete operator

POST https://app.blinger.io/api/operators/delete

Path Parameters

Name
Type
Description

Authentication

string

Authentication token

Request Body

Name
Type
Description

operator_id

integer

Last updated

Was this helpful?