Skip to main content
POST
/
hem_to_maid
Email to MAID
curl --request POST \
  --url https://api.moltsets.com/api/v1/tools/hem_to_maid \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "john.smith@example.com"
}
'
{
  "results": [
    {
      "device_id": "b8c747bb-96c5-453f-b770-9d64889XXXXX",
      "device_type": "AAID"
    }
  ],
  "status": "ok",
  "metadata": {
    "tokens_charged": 1,
    "tokens_remaining": 206
  }
}

Authorizations

Authorization
string
header
required

Pass your API key as a Bearer token. Keys follow the format ms_XXXXXXXXXXX.

Body

application/json
email
string

Email address.

Response

Success