English
cURL
curl --request GET \ --url https://app.npcbuilder.com/api/sessionmanager \ --header 'Authorization: Bearer <token>'
{ "message": "Session for key: campaign_nightfall with id: ABC123", "session_id": "<string>", "session_key": "<string>", "player_id": "<string>" }
Retrieve details of an existing session using the session key, game ID, and player ID.
50