> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jobkit.io/llms.txt
> Use this file to discover all available pages before exploring further.

# List plans

> The list of all active payment plans

<Note>Requires user authentication</Note>

<ResponseExample>
  ```json Response theme={"system"}
  [
    {
      "id": 1,
      "name": "Basic",
      "price": 0,
      "period": 30,
      "highlight": false,
      "badge": false,
      "pin": false
    },
    {
      "id": 2,
      "name": "Highlighted",
      "price": 49,
      "period": 30,
      "highlight": true,
      "badge": false,
      "pin": false
    },
    {
      "id": 3,
      "name": "Featured",
      "price": 99,
      "period": 30,
      "highlight": true,
      "badge": true,
      "pin": true
    }
  ]
  ```
</ResponseExample>
