Skip to content

Make API request to mealie

What

Mealie is a self-hosted Meal planner tool. It's got an API that you can integrate with and do things

How

You will need to make an API token in the UI.

Mealie has OpenAPI docs available here ⧉

curl -X 'GET' \
  'https://<mealie URL>/api/users/self' \
  -H 'accept: application/json' -H 'Authorization: bearer <auth token>

Want to make this site better? Open a PR or help fund hosting costs