v1

latestOpenAPI 3.0.12026-07-269671357.0 KB
Transactions

Create OpenId Connect Transaction

post/v1/organizations/{organization_id}/transactions/identity

Path parameters

organization_idstring required

ID of the organization creating the transaction.

Request body

external_user_idstring

Example request

{
  "workflow": {
    "id": "proof.ca.default"
  },
  "request": {
    "client_id": "cakgnkanj",
    "redirect_uri": "https://app.proof.com/oauth/callback/",
    "scope": "openid"
  },
  "external_user_id": "your-correlation-id"
}

Response

successful

transaction_idstring

The resulting transaction ID for the created transaction

access_linkstring

The generated access link to send a user to for verification