curl --request GET \
--url https://api.alguna.io/plans/ \
--header 'Authorization: Bearer <token>'
{
"items": [
{
"id": "pln_02y7zjb1GksJMrB3NfrPhA",
"name": "Plan 1",
"description": "asd",
"currency": "USD",
"createdAt": "2024-11-01T14:38:36Z",
"updatedAt": "2024-11-01T14:38:36Z"
}
],
"pageCount": 1,
"limit": 250
}
curl --request GET \
--url https://api.alguna.io/plans/ \
--header 'Authorization: Bearer <token>'
{
"items": [
{
"id": "pln_02y7zjb1GksJMrB3NfrPhA",
"name": "Plan 1",
"description": "asd",
"currency": "USD",
"createdAt": "2024-11-01T14:38:36Z",
"updatedAt": "2024-11-01T14:38:36Z"
}
],
"pageCount": 1,
"limit": 250
}
Show Plan Properties
{
"items": [
{
"id": "pln_02y7zjb1GksJMrB3NfrPhA",
"name": "Plan 1",
"description": "asd",
"currency": "USD",
"createdAt": "2024-11-01T14:38:36Z",
"updatedAt": "2024-11-01T14:38:36Z"
}
],
"pageCount": 1,
"limit": 250
}