GET
/
plans
/
{id}
Get Plan
curl --request GET \
  --url https://api.alguna.io/plans/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "currency": "<string>",
  "createdAt": {},
  "updatedAt": {}
}

Response

id
string
The unique identifier for the plan.
name
string
The name of the plan.
description
string
A brief description of the plan.
currency
string
The currency in which the plan is billed.
createdAt
datetime
The timestamp when the plan was created.
updatedAt
datetime
The timestamp when the plan was last updated.