Authentication
All endpoints are protected with OAuth2 client credentials.
Every request to the PropertyPal APIs must be authenticated using the OAuth2
client credentials grant. Your client_id and client_secret are issued by the
PropertyPal Feeds Team.
Don’t have credentials yet? Contact the PropertyPal Feeds Team at [email protected] to get set up.
Request a token
Exchange your credentials for a short-lived access token at the token endpoint:
Request an access token
A successful response returns a bearer token:
Response
Use the token
Send the token in the Authorization header on every API request:
Authenticated request
Cache and reuse the token until it expires, then request a new one. Avoid requesting a fresh token on every call.
Errors
See the API reference for the full error model.

