get https://api.astrada.co/card-subscriptions/
Returns detailed information about a specific card subscription by its identifier, including its data-sharing state.
Log in to see full request history
Responses
Returns detailed information about a specific card subscription by its identifier, including its data-sharing state.
xxxxxxxxxx
curl --request GET \
--url https://api.astrada.co/card-subscriptions/subscriptionId \
--header 'accept: application/hal+json'
xxxxxxxxxx
20{
"_links": {
"self": {
"href": "/card-subscriptions/75ea3c99-6bf5-4b16-8f68-0cdc43d75806"
},
"card": {
"href": "/cards/5dec2c49-0aa5-4683-a317-427eb5d115f3"
}
},
"id": "75ea3c99-6bf5-4b16-8f68-0cdc43d75806",
"subaccountId": "f297d659-c13d-4219-aeaa-e10a845140a5",
"cardId": "5dec2c49-0aa5-4683-a317-427eb5d115f3",
"customerReferenceId": "5dec2c49-0aa5-4683-a317-427eb5d115f3",
"enrollmentType": "cardholder-single",
"state": "active",
"effectiveDate": "2024-12-20T14:45:00Z",
"expirationDate": "2025-06-19T14:45:00Z",
"createdAt": "2024-12-19T14:45:00Z",
"updatedAt": "2024-12-19T14:45:00Z"
}