Zoopla · OAuth Scopes

Zoopla OAuth Scopes

OAuth 2.0 searched

Zoopla publishes 3 OAuth 2.0 scopes via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Zoopla API on a user’s behalf.

Tokens are issued from https://services-auth.services.zoopla.co.uk/oauth2/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

Real EstateUnited KingdomProperty ListingsProperty PortalPropTechRentalsEstate AgentsLeadsCRM Integration
Scopes: 3 Flows: clientCredentials Method: searched

OAuth endpoints

Token URL
https://services-auth.services.zoopla.co.uk/oauth2/token
Flows
clientCredentials

Scopes (3)

ScopeDescriptionFlows
api/api_access access to the API clientCredentials
leads/list:applicant-leads Grants read access to applicant lead lists clientCredentials
leads/list:appraisal-leads Grants read access to appraisal lead lists clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-26'
method: searched
docs: https://developers.zoopla.co.uk/pages/authentication
source: openapi/zoopla-leads-api-openapi.json, openapi/zoopla-premium-listing-activations-openapi.json,
  openapi/zoopla-weekly-featured-property-activations-openapi.json, https://developers.zoopla.co.uk/pages/authentication
note: >-
  Zoopla publishes no scopes reference page. The authentication guide documents
  only `scope=api/api_access` on the token request for the activation APIs; the
  two lead scopes appear in the Leads contract and are not named anywhere in
  prose. The split is worth noting: leads use resource-scoped strings
  (leads/list:applicant-leads, leads/list:appraisal-leads) while both activation
  APIs — including the two operations that spend money — share one coarse
  api/api_access scope, so scope alone cannot separate reading an activation
  history from buying a product.
schemes:
- name: OAuth2
  source: openapi/zoopla-leads-api-openapi.json
  flows:
  - flow: clientCredentials
    tokenUrl: https://services-auth.services.zoopla.co.uk/oauth2/token
- name: oAuthSample
  source: openapi/zoopla-premium-listing-activations-openapi.json
  flows:
  - flow: clientCredentials
    tokenUrl: https://services-auth.services.zoopla.co.uk/oauth2/token
  description: This API uses OAuth 2 with the client credentials grant flow.
- name: oAuthSample
  source: openapi/zoopla-weekly-featured-property-activations-openapi.json
  flows:
  - flow: clientCredentials
    tokenUrl: https://services-auth.services.zoopla.co.uk/oauth2/token
  description: This API uses OAuth 2 with the client credentials grant flow.
scopes:
- scope: api/api_access
  description: access to the API
  flows:
  - clientCredentials
  sources:
  - openapi/zoopla-premium-listing-activations-openapi.json
  - openapi/zoopla-weekly-featured-property-activations-openapi.json
- scope: leads/list:applicant-leads
  description: Grants read access to applicant lead lists
  flows:
  - clientCredentials
  sources:
  - openapi/zoopla-leads-api-openapi.json
- scope: leads/list:appraisal-leads
  description: Grants read access to appraisal lead lists
  flows:
  - clientCredentials
  sources:
  - openapi/zoopla-leads-api-openapi.json