cURL
curl --request GET \ --url https://api.orafi.app/v1/paylink \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": [ { "id": "<string>", "title": "<string>", "description": "<string>", "amount": 123, "imageBlobIds": [ "<string>" ], "mode": "test", "profileId": "<string>" } ] }
Retrieve all paylinks for the authenticated user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of paylinks
Show child attributes