No API key or token is required. You can call all endpoints directly from any HTTP client or application.
Making unauthenticated requests
Because no authorization header is needed, a minimal request looks like this:Content-Type header:
Authorization header, bearer token, or API key is needed on any request.
What this means for your integration
Since the API is open, you do not need to:- Register for an account or API key
- Store or rotate credentials
- Refresh tokens or manage expiry
- Add an
Authorizationheader to any request
Web app vs. direct API access
The NaijaTaste web app at https://naijataste.onrender.com handles its own session management for features like saved reviews and user profiles. This section covers direct API access only — session state from the web app does not apply when you call the API directly.