IoT Stadium

API Documentation

Automation

Automation - GET Email List

Retrieve the list of user emails

Get
https://api.iotstadium.com/ext/users-email-list
    {
      "key": "Content-Type",
      "value": "application/json"
    },
    {
      "key": "Authorization",
      "value": "Bearer {{token}}"
    }
{
  "message": "success",
  "code": 200,
  "data": {
    "emails": [
      {
        "id": 1,
        "email": "test.admin@iotstadium.com"
      },
      {
        "id": 2,
        "email": "admin.dev@iotstadium.com"
      }
      {
        "id": 3,
        "email": "support.dev@iotstadium.com"
      },
      {
        "id": 4,
        "email": "tester.dev@iotstadium.com"
      },
      {
        "id": 5,
        "email": "hardware.tester@iotstadium.com"
      },
      {
        "id": 6,
        "email": "marketing@iotstadium.com"
      },
    ]
  }
}
{
    "message": "data not found",
    "errors":
    "code": 404
}                                                
{
  "message": "Invalid request format",
  "code": 400,
  "errors": ["Unexpected query parameter"]
}                                                
{
  "message": "Unauthorized",
  "code": 401
}