Replace card verifiers

Create a card verifier and delete all existing verifiers

🚧

Under Construction!

The Try It functionality for this endpoint is currently under construction - the endpoint itself will still work if provided the proper body using the syntax below. Try this through Postman or another API client!

Replace Verifier with User

[
    {
        "type": "user",
        "user": {
            "email": "[email protected]"
        },
        "id": "[email protected]"
    }
]

Replace Verifier with Group

[
    {
        "type": "user-group",
        "userGroup": {
            "id": "d5f88a84-f259-44e2-af86-eca8a6c2533d"
        }
    }
]
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!