OpenapiV1Products
List products
Retrieve a paginated list of products for your organization.
Use Cases:
- Display product catalog in partner apps
- Match products to payments
- Track product performance
Query Parameters
limit?string
Number of results per page (max 100)
Default
"50"cursor?string
Cursor for pagination
is_active?string
Filter by active status
Response Body
application/json
application/json
curl -X GET "https://api.aura-app.ai/v1/products"{
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"organization_id": "string",
"name": "Premium Coaching Program",
"slug": "premium-coaching",
"description": "string",
"is_active": true,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"pagination": {
"next_cursor": "string",
"has_more": true
}
}{
"success": false,
"error": "Lead not found",
"code": "NOT_FOUND",
"requestId": "req_abc123"
}