Skip to main content
POST
/
v1
/
spaceship_domains
spaceship_domains
curl --request POST \
  --url https://api.fetchbean.com/v1/spaceship_domains \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "take": 50,
  "skip": 1
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
take
integer
Required range: 1 <= x <= 100
skip
integer
Required range: x >= 0

Response

Success

The response is of type object.