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.
Please note that your server token is considered sensitive and it is your responsibility to protect it.
Last updated