Server Token

Server Token Authentication

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 "https://graph.whisk.com/v1/feed" \
  -H "Accept: application/json" \
  -H "Authorization: Token <Server-Token>"

Please note that your server token is considered sensitive and it is your responsibility to protect it.

Last updated