Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.orafi.app/v1/subscriptions/plans \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "Plans retrieved", "data": [ { "id": "plan_abc123", "name": "Basic Monthly", "amount": 9.99, "currency": "USDC", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
Retrieve all subscription plans
API key for merchant authentication required for most endpoints
List of subscription plans
true
"Plans retrieved"
Show child attributes