S

Strapi Content API (REST)

REST discovered

Details
URL
https://<your-strapi-server>/api
Docs
https://docs.strapi.io/cms/api/rest
Authentication
Content API token bearer discovered Get token ↗
Authorization: Bearer <credential>

In your Strapi admin panel, go to API Tokens at Settings > Global settings > API Tokens, then create or regenerate a token. These tokens authenticate the Content API only, not admin routes.

Users & Permissions JWT jwt discovered Get key ↗
Authorization: Bearer <credential>

This JWT is issued by a Strapi project's Users & Permissions feature after an end user authenticates against the REST auth endpoints such as POST /api/auth/local, described in the Users & Permissions REST API. This is an end-user login token created by each Strapi project, not by strapi.io itself.