Getting started with the Perch API - core concepts, domains, and best practices
/parentResources/:id/childResource
) and workflow (/workflows/:workflow-id
) endpoints. All of our endpoints accept and respond with JSON, using standard HTTP status codes for responses.
You will be able to use our API in both a sandbox environment as well as the live environment. Of course, use of the sandbox environment is highly encouraged while testing your integration as data submitted through the live environment will be treated as such and in many cases trigger automated workflows and/or customer service representative intervention.
Your domain and API key will dictate which environment is in use.
API Type | DIT DOMAIN | PRODUCTION DOMAIN |
---|---|---|
Realtor | api.realtor.dit.myperch.io | api.realtor.myperch.io |
Partner | api.partner.dit.myperch.io | api.partner.myperch.io |
/resources
- List resources (with pagination)/resources/:id
- Get a specific resource/resources
- Create a new resource/resources/:id
- Update an existing resource/resources/:id
- Delete a resource (soft delete)/workflows/:workflow-id