Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"userWalletId": "WA120033222000001"
}
Request samples
curl --location --request POST '/card/CA1423741565272096/activate' \
--header 'X-Request-Id: d7542922-282b-4bbc-ad08-0bb262a76b07' \
--header 'Content-Type: application/json' \
--data-raw '{
"userWalletId": "WA120033222000001"
}'
Responses
application/json {
"cardStatus": "ACTIVATING",
"cardId": "CA1423741565272096"
}
Modified at 2024-07-25 06:48:29