curl --request POST \
--url https://qa-api.sbx.solidfi.com/v1/card/{cardId}/showtoken \
--header 'Content-Type: application/json' \
--data '""'
{
"id": "crd-07afa3b8-5ca2-4d17-be39-02171fbde32d",
"showToken": "card-show-test-135fc713-1961-4152-bdb0-7464898b0b6d"
}
Create a Show Token
curl --request POST \
--url https://qa-api.sbx.solidfi.com/v1/card/{cardId}/showtoken \
--header 'Content-Type: application/json' \
--data '""'
{
"id": "crd-07afa3b8-5ca2-4d17-be39-02171fbde32d",
"showToken": "card-show-test-135fc713-1961-4152-bdb0-7464898b0b6d"
}
The body is of type any
.
Create a Show Token
The response is of type object
.