Skip to content

Conversation

@svara
Copy link

@svara svara commented Jan 14, 2026

This PR exposes pins API endpoints (pin/unpin and pinned cards list).

Pin
POST /:account_slug/cards/:card_number/pin
Returns: 204 No Content

Unpin
DELETE /:account_slug/cards/:card_number/pin
Returns: 204 No Content

Pinned cards list
GET /my/pins
Returns: an array of card objects (same shape as other card JSON responses).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants