POST /api/auth/local
Payload:
{
"identifier": "<email>",
"password": "<password>"
}
Response:
{
"jwt": "<jwt>",
"user": "<User>"
}
For more Details see Strapi documentation.
For detailed documentation about REST API possibilities see Strapi documentation.
There you will also find how to filter, populate and select fields, sort and paginate.
Note:
strapi-plugin-transformer
is used to reduce the depth of API responses. There are no data
and
attributes
fields in the REST API's responses.
/api/books
/api/book-seriess
/api/book-releases
/api/countries
/api/films
/api/film-seriess
/api/film-releases
/api/genres
/api/people
/api/ratings
/api/release-collections
/api/studios
/api/translation
/api/upload/files
All the above, plus:
/api/my-books
/api/my-book-releases
/api/my-films
/api/my-film-releases
/api/my-positions