DMails
This api is intentionally limited, you cannot create dmails.
Last updated
This api is intentionally limited, you cannot create dmails.
Last updated
GET
https://e621.net/dmails.json
Authorization Required
Name | Type | Description |
---|---|---|
GET
https://e621.net/dmails/{id}.json
Authorization Required
Fetching a dmail does not mark it as read.
DELETE
https://e621.net/dmails/{id}.json
Authorization Required
This operation is idempotent.
PUT
https://e621.net/dmails/{id}/mark_as_read.json
Authorization Required
This operation is idempotent.
PUT
https://e621.net/dmails/mark_all_as_read.json
Authorization Required
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
search[title_matches]
String
The title of the dmail.
search[message_matches]
String
The body of the dmail.
search[to_name]
String
The recipient of the dmail.
search[from_name]
String
The sender of the dmail.
limit
Number
page
String
id*
Number
The ID of the dmail to get.
id*
Number
The ID of the dmail to delete.
id*
Number
The ID of the dmail to mark as read.