Request Token (Simple Format)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.
Body Params
string
required

The unique identifier for your organization's Origami environment.

string
required

Your Origami username.

string
required

The password associated with your User account.

string
required
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json