post
https://{environment}.origamirisk.com/OrigamiApi/Authentication/Authenticate
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Use the simple authentication endpoint when you need a token generated from a direct, discrete-field JSON body:
- Identity is provided as separate fields (Account, User, Password, ClientName) and maps cleanly to an existing user in the system.
- You want minimal dependencies and do not want to pull in OAuth libraries or handle grant types.
- You are scripting, testing, or prototyping and need a quick, predictable login-style call.
- Your integration or tooling already expects user-centric errors and logs (for example: invalid password, user not found) and keys off Account/User in monitoring.
- The calling environment is limited or legacy and cannot easily adopt OAuth client libraries or patterns.
- You need straightforward debugging with explicit field-level validation and simpler failure modes.