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. |
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