Learn how to authenticate with the Perch Partner API using API keys
X-API-Key
- Authenticates your request and identifies your firmContact Perch for API access
Receive your API key
X-API-Key
header with every request.You’ll also receive:Configure your environment
api.partner.dit.myperch.io
api.realtor.dit.myperch.io
api.partner.myperch.io
api.realtor.myperch.io
Error Code | Description | Solution |
---|---|---|
401 Unauthorized | No valid API key provided | Ensure the X-API-Key header is included and spelled correctly |
403 Forbidden | API key doesn’t have required permissions | Contact support to verify your key’s permissions for the requested resource |
429 Too Many Requests | Rate limit exceeded | Implement exponential backoff and respect rate limits |