LAGO_URL="https://api.getlago.com"
API_KEY="__YOUR_API_KEY__"
curl --location --request GET "$LAGO_URL/api/v1/plans/:code" \
--header "Authorization: Bearer $API_KEY"
LAGO_URL="https://api.getlago.com"
API_KEY="__YOUR_API_KEY__"
curl --location --request GET "$LAGO_URL/api/v1/plans/:code" \
--header "Authorization: Bearer $API_KEY"
This endpoint retrieves a specific plan.
LAGO_URL="https://api.getlago.com"
API_KEY="__YOUR_API_KEY__"
curl --location --request GET "$LAGO_URL/api/v1/plans/:code" \
--header "Authorization: Bearer $API_KEY"
Was this page helpful?