Query Authorized Operators
Simlessly
# Query Authorized Operators
Query authorized operators based on the specified conditions.
# POST
https://eim.simlessly.com/api/v1/open/esim/authorized/operator/list (opens new window)
# Request Body Structure
Name | Type | MOC | Description | Example |
---|
# Request Body Example
{
}
# Response Body Structure
Note: Only the Object structure is defined here, please refer to Appendix 2 for the complete definition.
Parameters | Type | MOC | Description | Example |
---|---|---|---|---|
id | String | M | Operator ID | 1 |
name | String | M | Operator name | Twilio |
# Example of Response
{
"status":200,
"success": true,
"data": [
{
"id": "1",
"name": "Twilio"
},
{
"id": "2",
"name": "Plintron"
}
]
}