Skip to main content
GET
/
plans
/
{id}
Read Plan
curl --request GET \
  --url https://api.partner.dit.myperch.io/v1/plans/{id} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "id": "6eco5FVp",
    "createdAt": "2026-01-13T21:34:53.771Z",
    "updatedAt": "2026-01-13T21:34:53.786Z",
    "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

Successful response

data
object