Skip to main content
GET
/
user
/
{id}
/
credential
/
list
List user credentials
curl --request GET \
  --url https://api.pushcash.com/user/{id}/credential/list \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "cred_7YlA9IiSl8UZvNwNSbFajV",
      "created_at": "2023-05-24T20:15:18.158Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The push identifier for the user

Example:

"user_28CJjV7P4Go5PNJvfzghiD"

Response

successful operation

data
object[]
required