POST
/
does-index-exist
curl --request POST \
  --url https://moonshine-edge-compute.com/does-index-exist \
  --header 'Content-Type: application/json' \
  --data '{
  "token": "<string>",
  "index": "<string>"
}'
{
  "exists": true
}

Body

application/json

Response

200
application/json

Group existence check response

The response is of type object.