Card Issues

Get a Card Issue by ID

Retrieve the full details of a card issue by its ID. Only returns issues that belong to your API key.

Requires Enterprise tier. Returns 403 for Free and Pro tier API keys.

Example curl:

curl -H "X-API-Key: your-api-key-here" \
     "https://api.cardhedger.com/v1/cards/issues/42"
get/v1/cards/issues/{issue_id}

Path parameters

issue_idinteger required

Response

Issue details

idinteger required

Unique issue ID

card_idstring required

The card ID this issue relates to

card_titlestring nullable

Card title (if provided at submission)

issue_descriptionstring required

Description of the reported issue

customer_idinteger required

ID of the customer who submitted the issue

statusstring required

Current status: new (submitted), in_progress (being reviewed), or resolved (fixed)

resolution_descriptionstring nullable

Description of how the issue was resolved (populated when status is 'resolved')

date_fixedstring date-time nullable

Timestamp when the issue was resolved (null until fixed)

created_atstring date-time required

When the issue was submitted

updated_atstring date-time required

When the issue was last updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.