Хэрэглэгч бүртгэх
Баталгаажуулалт
X-API-KEY баталгаажуулалт X-API-KEY: <key> хэлбэртэй бөгөөд token нь таны баталгаажуулах түлхүүр юм.
Хүсэлт
Энэ төгсгөлийн цэг нь объект хүлээж авна.
The email address of the subscriber to be created.
The full name of the subscriber.
The contact phone number of the subscriber.
Ad tracking identifier for analytics.
The IP address from where the subscriber registered.
The source or channel through which the subscriber signed up.
Any additional notes or comments about the subscriber.
The country where the subscriber is located (auto-creates address).
The city where the subscriber is located (auto-creates address).
The primary street address of the subscriber.
The secondary street address of the subscriber.
The postal or zip code of the subscriber's address.
Хариулт
Амжилттай хариулт
Алдаанууд
$curl -X POST https://app.maildy.mn/api/v2/subscribers \
>-H "X-API-KEY: <key>" \
>-H "Content-Type: application/json" \
>-d '{
> "email": "string"
>}'1{
2 "status": "number",
3 "statusText": "string"
4}