Skip to main content
GET
/
api
/
plans
List Consultation Plans
curl --request GET \
  --url https://www.getwith.ai/api/plans
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "expertID": "<string>",
    "requestedInfo": [
      {
        "description": "<string>"
      }
    ],
    "expertAdvice": [
      {
        "description": "<string>"
      }
    ]
  }
]

Response

200 - application/json

Successful response

id
string
required
name
string
required
description
string
required
expertID
string
required
requestedInfo
object[]
required
expertAdvice
object[]
required