Skip to main content
GET
/
me
/
paymentMethods
List my payment methods
curl --request GET \
  --url https://api.guile.app/me/paymentMethods \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "type": "card",
      "isDefault": false,
      "nickname": "<string>"
    }
  ],
  "count": 1
}

Response

Ok. The operation succeeded.

A list response for resources. This response contains the full result set after any filters are applied.

items
object[]
required
count
integer<int16>
required
Required range: x >= 0