cURL
curl --request GET \ --url https://api.realtor.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 } }
Gets a record from the Plan table based on passed parameters and implicit access controls.
The id of the record to retrieve.
"abc123"
Successful response
Show child attributes