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
Changes
No recorded changes to this endpoint across all 1 revision of this API.