14.09.2026, 15:13

FoodSoul API tokens — even more possibilities for your integrations

If the standard integrations are not enough for you and you want to connect your delivery website with another system, service, or your own development, you can now do this using API tokens.

 

An API token replaces a regular authorization session and allows you to securely access the FoodSoul API on behalf of your account.

 

Available features:

 

  • Roles and access rights — the token is assigned a specific role, and you cannot grant it permissions higher than your own.
  • Network binding — you can restrict the token to a specific network or allow access to all networks in your account.
  • IP restriction — specify a list of allowed IP addresses or leave access unrestricted.
  • Expiration period — the token can be temporary or permanent.
  • Access management — you can block, unblock, or delete the token at any time.

 

If you work with multiple networks, you can specify the required network in your requests using chain.

 

Authorization example:

The token replaces the session and is sent in the Authorization header as Bearer:

 

  Authorization: Bearer fs_api_9f2c…

  role: partner

  language: ru

 

  The token-access header is not required.

 

  The chain header:

  - if the token is issued with a network — not required;

  - if the token is issued without a network — required

 

You can read more about the setup in our WIKI article: https://wiki.foodsoul.ru/ru/public/api

 

Important: the full token is shown only once when it is created. We store it in a secure form, so it is impossible to recover a lost token — you will need to issue a new one.

 

For developers, we already have an OpenAPI file describing the available functionality. While we are preparing a full-fledged Developer Portal, you can obtain it through our technical support.

 

So if you are an integrator, developing your own service, or simply love customizing the system to your needs — the FoodSoul API is already open for you. 

 

Best regards, the FoodSoul team! We work for you!