Beyond Identity · Example Payload

Beyond Identity Credential Binding Job Example

Example request body for creating a credential binding job to enroll an identity with a passkey

AuthenticationPasswordlessZero TrustIdentityPasskeysMFADevice SecurityOIDCSCIM

Beyond Identity Credential Binding Job Example is an example object payload from Beyond Identity, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionmethodpathrequestresponse

Example Payload

Raw ↑
{
  "description": "Example request body for creating a credential binding job to enroll an identity with a passkey",
  "method": "POST",
  "path": "/v1/tenants/{tenant_id}/realms/{realm_id}/identities/{identity_id}/credential-binding-jobs",
  "request": {
    "job": {
      "delivery_method": "EMAIL",
      "post_binding_redirect_uri": "https://myapp.example.com/callback",
      "authenticator_config_id": "67890abcdef12345"
    }
  },
  "response": {
    "credential_binding_job": {
      "id": "abc123def456ghi7",
      "realm_id": "8f5bec58229e6f29",
      "tenant_id": "0001f1f460b1ace6",
      "identity_id": "e372db224c06e850",
      "delivery_method": "EMAIL",
      "state": "PENDING",
      "post_binding_redirect_uri": "https://myapp.example.com/callback",
      "authenticator_config_id": "67890abcdef12345",
      "expire_time": "2024-01-16T10:30:00.000Z",
      "create_time": "2024-01-15T10:30:00.000Z",
      "update_time": "2024-01-15T10:30:00.000Z"
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/beyond-identity-credential-binding-job-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.