POST
/
v1
/
card
/
{cardId}
/
showtoken
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"
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

cardId
string
required

Body

application/json · any

The body is of type any.

Response

200 - application/json
Create a Show Token
id
string
Example:

"crd-07afa3b8-5ca2-4d17-be39-02171fbde32d"

showToken
string
Example:

"card-show-test-135fc713-1961-4152-bdb0-7464898b0b6d"