Token status
documentedGet the status of a tokenized card.
GET /v1/network_tokenization/token_status.{format}?payment_method_token=<token>Network Tokensno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://core.spreedly.com/v1/network_tokenization/token_status.{{$format}}?payment_method_token={{$payment_method_token}}" \
-X GET \
-u "{{SPREEDLY_ENVIRONMENT_KEY}}:{{SPREEDLY_SECRET}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"