Skip to main content

Quickstart

Get from zero to your first API response in three minutes.

1. Create an account

Sign up at propaideals.co.uk/sign-up, then subscribe to a Public API plan at propaideals.co.uk/dashboard/api. Starter is £99/mo, Professional is £299/mo, Business is £999/mo. There is no free tier.

2. Generate an API key

  1. Open the API dashboard
  2. Click Create API Key
  3. Give it a name (e.g. Production app)
  4. Copy the key shown — it starts with paid_ and is only displayed once
Important: Treat your API key like a password. Store it in an environment variable, never commit it to source control, and rotate it if you suspect it’s been exposed.

3. Make your first request

4. Understand the response

Every successful response is wrapped in an envelope:
  • data — Endpoint payload (varies by endpoint)
  • meta.request_id — Include this in support tickets
  • meta.usage — Live usage counters; useful for budget alerts
Every response also includes these headers:

5. Next steps