cURL
curl --request GET \ --url https://api.quiva.ai/accounts/payment/prices \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "currency": "<string>", "unit_amount": 123, "amount": 123, "lookup_key": "<string>", "nickname": "<string>", "metadata": {} } ] }
Retrieves all available prices
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Prices retrieved successfully
Show child attributes