Skip to main content
POST
/
v1
/
spaceship_dns_save
spaceship_dns_save
curl --request POST \
  --url https://api.fetchbean.com/v1/spaceship_dns_save \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "domain": "<string>",
  "items": [
    {}
  ]
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
domain
string
required
items
object[]
required

Response

Success

The response is of type object.