POST
/
tail
/
users
/
create
curl --request POST \
  --url https://api.raccoonai.tech/tail/users/create \
  --header 'Content-Type: application/json' \
  --header 'raccoon-secret-key: <api-key>' \
  --data '{
  "name": "john",
  "email": "john.doe@example.com"
}'
{
  "success": true,
  "name": "john",
  "email": "jonh@appleseed.com",
  "raccoonPasscode": "raccoon123"
}

Authorizations

raccoon-secret-key
string
header
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.