We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
###Description To get Product ID from here
GET: /api/v1/products/{id}
Parameters id string($uuid) (path)
Response Body
{ "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "user_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "product_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "subscription_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "type": "product", "status": "Pending", "partners": "Paystack", "amount": 0, "reference": "string", "created_at": "2024-08-24T16:35:32.987Z", "paid_at": "2024-08-24T16:35:32.987Z", "modified_at": "2024-08-24T16:35:32.987Z" } ]```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
###Description
To get Product ID from here
Route
GET: /api/v1/products/{id}
Parameters
id
string($uuid)
(path)
Response Body
The text was updated successfully, but these errors were encountered: