Create User using name and email
cURL
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" }
Successful Response
The response is of type object.
object
Was this page helpful?