POST /users/connect

Connect User

In order to call user-specific endpoints, you need to connect your app's users to spoonacular users.

Request Traces

Request Headers

POST https://api.spoonacular.com/users/connect
Accept: application/json

Request Content

{
   "email": "string",
   "firstName": "string",
   "lastName": "string",
   "username": "string",
}

HTTP Response

HTTP 200

Success

{
   "hash": "string",
   "username": "string",
}
HTTP 401

Unauthorized

HTTP 403

Forbidden

HTTP 404

Not Found