POST
/
verify
curl --request POST \
  --url https://api.deflect.bot/verify \
  --header 'Content-Type: application/json' \
  --data '{
  "api_key": "<string>",
  "token": "<string>",
  "email": "<string>"
}'
"<any>"

Body

application/json

Plant to add to the store

The body is of type object.

Response

200
application/json

Successful response

The response is of type any.