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

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
domain
string
required

Response

Success

The response is of type object.