Create a new APIUser which will have access to our API, an APIUser should only be assigned to a unique user.
Each APIUser will have a token assigned to it which can be used in our endpoints, granting access to the services.
Any call that is made by each of your APIUsers will be taken into consideration based on your current LogMeal Plan. Also, each APIUser counts towards the device limit so you won't be able to create one if your current LogMeal Plan's limit is reached.
IMPORTANT: we recommend taking a look at the modifyUserProfileInfo endpoints, which allow customizing the user profile and thus, get personalization capabilities along any of the endpoints in the LogMeal API.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
401Unauthorized, invalid token
403Your company has reached the maximum amount of APIUsers based on your current LogMeal Plan. Upgrade your plan, remove unused users or contact us for more information.
404The specified URL was not found or couldn’t be retrieved
409The given username already exists in the LogMeal database.
