Connect User

POST {{baseUrl}}/users/connect

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

Request Body

{"username"=>"your user's name", "firstName"=>"your user's first name", "lastName"=>"your user's last name", "email"=>"your user's email"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"username":"api_123_user","hash":"q572587bq2405724q05"}