AviatoAviato
DeveloperAPI ReferenceAuthIdentity revocationsPush

/api/auth/identity-revocations/push

POST
/api/auth/identity-revocations/push

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/auth/identity-revocations/push" \  -H "Content-Type: application/json" \  -d '{    "payload": "string",    "sig": "string"  }'
{
  "revokedClientIds": [
    "string"
  ],
  "success": true
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}