Replace card verifiers

Create a card verifier and delete all existing verifiers

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
🚧

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"
        }
    }
]
Path Params
string
required

The ID of the card

Body Params

List of card verifiers

Responses

400

Invalid/Incomplete Request

401

Request was unauthorized

403

Forbidden access to the resource

404

Resource could not be found

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json