cURL
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" } ] }
Retrieves a list of user credentials
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The push identifier for the user
"user_28CJjV7P4Go5PNJvfzghiD"
successful operation
Show child attributes