Project era inventory api
Jump to navigation
Jump to search
Project ERA inventory API
This page describes interaction with the API.
Signed URLs
Some resources get signed with an HMAC for additional security, for example, when checking player information it will look something like this:
/api/<HMAC KEY>/players/:uuid
Authentication
Used to authenticate players.
POST /api/authenticate_session
- Accepts
- application/vnd.projectera.auth_session.v1+json
- Returns
- Redirection to player info
Players
Used to retrieve player information
Characters
Used to manage characters.
Items
Used to manage items.