Skip to main content
GET
/
paylink
Get all paylinks
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

List of paylinks

success
boolean
message
string
data
object[]