Skip to main content
GET
/
v1
/
emails
/
devices
/
supported
Get Supported Devices
curl --request GET \
  --url https://api.migma.ai/v1/emails/devices/supported \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "total": 123,
    "categories": {
      "desktop": [
        {}
      ],
      "mobile": [
        {}
      ],
      "web": [
        {}
      ]
    },
    "defaultDevices": [
      "<string>"
    ]
  }
}

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use 'Authorization: Bearer ' where the JWT token is obtained from the login endpoint.

Response

Supported devices list

success
boolean
data
object