Authenticate a player and receive a session ID
Authentication
Authenticate a player and receive a session ID
Looks up a player by email and creates a session. If no player exists with that email, one is auto-created with sensible defaults — making demos frictionless with any email address.
Magic email patterns (for testing edge cases):
fail@example.com→ 404 Player Not Foundblocked@example.com→ 403 Account Suspended- Any other email → auto-creates player if not found, returns session
POST
Authenticate a player and receive a session ID
Documentation Index
Fetch the complete documentation index at: https://setup.cevro.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Bearer token. For this demo, any non-empty string is accepted.
Body
application/json
Example:
"michael.rodriguez@outlook.com"