shopping_list:write
scope to authorize the API usage. For more information, see Authentication.
{}
{"error_code": "REAL_CODES_ARE_IN_ENDPOINT_DESCRIPTION","message": "Additional details about error are not static and can be changed"}
auth.tokenNotFound
, auth.tokenExpired
, auth.tokenInvalid
, auth.tokenRequired
.{"code": "auth.tokenNotFound"}
This is unexpected response, something is wrong on our side, please contact: [email protected]
{"only_checked": false}
This boolean attribute allows you to indicate to remove only checked items from the list by setting it to true
or all items from the list by setting it to false
.
curl -X DELETE "https://api.whisk.com/list/v2/106e1fa4cbb7c844458be372c3e0f7bfa94/item"-H "Accept: application/json"-H "Authorization: Bearer <YOUR-API-ACCESS-KEY>"-d "{ \"only_checked\": false}"
Whisk allows you to discover and understand its API capabilities on the Swagger interface with the ability to try out the API calls directly in your browser. You can call this endpoint here.
{}