Create card design
Use case
Use case data
API parameters with values
Sample API call
Sample request
{
"designCode": "BLK",
"description": "Premium black card with a clean, minimalist finish"
}curl -L 'https://card-api.sandbox.tuumplatform.com/api/v1/cards/design' \
-H 'x-tenant-code: MB' \
-H 'Accept-Language: en' \
-H 'x-auth-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJuYW1lIjoidGVzdCBrYXN1dGFqYSIsImVtcGxveWVlSWQiOiJJRC0xMTAwIiwidGVuYW50Q29kZSI6Ik1CIiwiZXhwaXJ5RFRpbWUiOiIyMDI1LTA4LTA3VDA5OjU3OjIzIiwiZXhwIjoxNzU0NTYwNjQzLCJyb2xlcyI6WyJBRE1JTiIsIlNZU1RFTSJdfQ.q3Ion3gSoHNdeRxb7G2uTwxRbpmBfBA9t7aQnDZCa8E' \
-H 'Content-Type: application/json' \
-d '{
"designCode": "BLK",
"description": "Premium black card with a clean, minimalist finish"
}'Sample response
Result
Last updated
Was this helpful?