get card details full - test usage only
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"client_id": "4nw6OIGb9gUxcFrwPOOjuqQXeHBsfwlO",
"client_secret": "k0ulE0OkE7RsMY_-ew91f9us-AE_slurYgPu_gE26o9r4JGrPU2roC2E_-pBe8YY",
"audience": "https://auth-staging.pomelo.la",
"grant_type": "client_credentials"
}
Request Code Samples
curl --location -g --request GET '/cards/v1/{{card_id}}?extend=cvv,expiration_date,pan,pin' \
--header 'Content-type: application/json;' \
--data-raw '{
"client_id": "4nw6OIGb9gUxcFrwPOOjuqQXeHBsfwlO",
"client_secret": "k0ulE0OkE7RsMY_-ew91f9us-AE_slurYgPu_gE26o9r4JGrPU2roC2E_-pBe8YY",
"audience": "https://auth-staging.pomelo.la",
"grant_type": "client_credentials"
}'
Responses
application/json Modified at 2025-03-16 05:50:40