Skip to main content

v0/endpoints/{id}/security/domain_masks REST API Endpoint

Loading...

Updated on
Sep 27, 2024

v0/endpoints/{id}/security/domain_masks REST API Endpoint

Path Parameters

id
string
REQUIRED
Loading...

Body Parameters

domain_mask
string
REQUIRED
Loading...

Returns

data
object
Loading...
id
string
Loading...
domain_mask
string
Loading...
error
string
Loading...
Request
1
curl -X 'POST' \
2
'https://api.quicknode.com/v0/endpoints/{id}/security/domain_masks' \
3
-H 'accept: */*' \
4
-H 'x-api-key: YOUR_API_KEY' \
5
-H 'Content-Type: application/json' \
6
-d '{
7
"domain_mask": "{YOUR_DOMAIN_MASK}"
8
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free