API Reference

GET plans/Z

GET
plans/Z

GET operation for plans/Z

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Response Body

application/json

curl -X GET "https://dev-rest.onboard.io/plans/Z"
{
  "id": 0,
  "name": "string",
  "features": "string",
  "team_member_limit": 0,
  "workflow_limit": 0,
  "map_types_limit": 0,
  "payment_provider_plan_id": "string"
}
Empty
Empty
Empty

How is this guide?