[email protected]
) or an email domain (e.g. @wayneenterprises.com
).
POST
request to:
DELETE
request to:
204
. If there is no corresponding deny list entry, the response will include an error.
GET
request to:
next_cursor
field of the response. This will be a deny list ID, which is a string
.If you are requesting the first batch of deny list entries for your app, do not include a cursor
in your request parameters.If you have already requested a batch of deny list entries and want to request the next batch, set the cursor
in your request parameters to be the next_cursor
returned by the API in your previous query. If the provided cursor
is not a valid deny list ID, the API will return an error.next_cursor
field of the last response as the cursor
in your request query parameters:
id
field returned in this API response.