Transmit Security · Example Payload

Transmit Security Platform Administration Create App Example

Production mobile application

CIAMIdentityAuthenticationPasskeysWebAuthnFraud DetectionRisk ManagementIdentity VerificationOrchestrationOAuth2SecuritySSO

Transmit Security Platform Administration Create App Example is an example object payload from Transmit Security, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namedescriptionlogin_uriredirect_urispublic_key

Example Payload

Raw ↑
{
  "name": "My Mobile App",
  "description": "Production mobile application",
  "login_uri": "https://app.example.com/login",
  "redirect_uris": [
    "https://app.example.com/callback"
  ],
  "public_key": "-----BEGIN PUBLIC KEY-----\nMIIBIjAN..."
}