Skip to main content
GET
/
identity
/
methods
List saved payment methods
curl --request GET \
  --url https://api.useduro.com/identity/methods \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "brand": "<string>",
      "last4": "<string>",
      "isDefault": true,
      "createdAt": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

A secret key (sk_test_… / sk_live_…), OAuth token, or identity token.

Response

200 - application/json

OK

items
object[]