Others
For authentication,The Username and Password should be sent as a Basic Auth tokens in the Authorization header of the request. Create account.
API endpoint:
post
https://api.txt.ws/v3/domains
Description:
Get Domain List
Request example
curl --location --request POST 'https://api.txt.ws/v3/domains' \
--header 'Accept: application/json' \
--header 'Authorization: Basic {api_key:secret_key}' \
--data-raw '{
"page_size":"integer",
"page_num":"integer",
}'
| Parameter | Type | Description |
| page_size | Optional integer | Result page size; integer value |
| page_num | Optional integer | Result page number; integer value |