Tools
spaceship_dns_records
Run the spaceship_dns_records tool. Returns a clean, normalized JSON shape. Bring your own key — connect spaceship first via POST /v1/connections.
POST
spaceship_dns_records
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run the spaceship_dns_records tool. Returns a clean, normalized JSON shape. Bring your own key — connect spaceship first via POST /v1/connections.
curl --request POST \
--url https://api.fetchbean.com/v1/spaceship_dns_records \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>",
"take": 250,
"skip": 123
}
'{}Was this page helpful?
curl --request POST \
--url https://api.fetchbean.com/v1/spaceship_dns_records \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>",
"take": 250,
"skip": 123
}
'{}