App AI Gateway
API referenceApplication authentication

Register an App Attest key

POST
/v1/apps/{app}/auth/register

Path Parameters

app*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/apps/string/auth/register" \  -H "Content-Type: application/json" \  -d '{    "issuer_token": "string",    "key_id": "string",    "attestation": "string",    "challenge": "string"  }'
{  "user_id": "string"}