Card Issues
List Your Card Issues
List all card data issues submitted by your API key, ordered by most recent first.
Optionally filter by status to see only issues in a specific state.
Requires Enterprise tier. Returns 403 for Free and Pro tier API keys.
Available statuses: new, in_progress, resolved
Example curl:
# List all issues
curl -H "X-API-Key: your-api-key-here" \
"https://api.cardhedger.com/v1/cards/issues"
# Filter by status
curl -H "X-API-Key: your-api-key-here" \
"https://api.cardhedger.com/v1/cards/issues?status=new"
get/v1/cards/issues
Query parameters
statusstring nullable
Filter by status (e.g. new, in_progress, resolved)
Filter by status (e.g. new, in_progress, resolved)
Response
List of issues with total count
Changes
No recorded changes to this endpoint across all 1 revision of this API.