GET
/
plans
/
{id}
Read Plan
curl --request GET \
  --url https://api.realtor.dit.myperch.io/v1/plans/{id} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "id": "iMVNwkks",
    "createdAt": "2025-07-22T21:17:14.403Z",
    "updatedAt": "2025-07-22T21:17:14.434Z",
    "type": "Buying",
    "name": "Buying Plan",
    "status": "New",
    "inactiveAt": null
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The id of the record to retrieve.

Example:

"abc123"

Response

200
application/json

Successful response

The response is of type object.