GET
/
api
/
v0
/
payment-links
Get all payment links
curl --request GET \
  --url https://api.devdraft.ai/api/v0/payment-links \
  --header 'x-client-secret: <api-key>'

Authorizations

x-client-secret
string
header
required

Your secret API key. Keep this secure and never expose it in client-side code.

Query Parameters

skip
string

Number of records to skip (must be non-negative)

take
string

Number of records to take (must be positive)

Response

200

Return all payment links.