Your application may use a server token when accessing resources that are not specific to a user. To do this, include server token in the Authorization header as type Token.
Here’s an example request, using the Recipe Feed endpoint.
curl -X GET "https://api.whisk.com/recipe/v2/get?id=9773cb7eca5d11e7ae7e42010a9a0035" \-H "accept: application/json" \-H "Authorization: Token <Access-Token>"
Please note that your server token is considered sensitive and it is your responsibility to protect it.