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

The name of the client within the designated Origami Account. If the user has cross-client permissions, you may provide a ClientName value of __CrossClientSessionClient to generate an API key scoped for all Clients the user has access to.

string
required

Your Origami username.

string
required

The password associated with your User account.

Responses

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