(888) 278-3433contact@rampedup.io
Count build — August 2026Opt outLog in
RampedUp
Sign Up for Free

Developers · API

Take it straight from the API

Everything RampedUp does in the app is also an endpoint. The 9 calls below are the ones most integrations start with, across contacts, companies and alerts. Querying and counting never decrement credits; only downloading or importing a record does.

The documentation is a live Swagger portal: authorize with your key and run any call from the page, against the real file, before you write a line of code.

Get an API key Open the Swagger portal

The endpoints

Each one opens at that call in the Swagger portal.

Contact / New Hire APIs

Schema, Data Dictionary, Counts by field: Contact Data — 105 fields

RampedUp Contact / New Hire APIs
EndpointWhat it does
Contact List BuildingBuild a contact list against the same criteria the app exposes.
Real-Time Contact AppendAppend a single contact synchronously, one record at a time.
Batch Contact AppendSubmit a file of contacts and collect the appended result.
LinkedIn AppendingResolve a LinkedIn profile URL to a full contact record.

Company / Technology APIs

Schema, Data Dictionary, Counts by field: Company Data — 107 fields · Technology Data — 16 fields

RampedUp Company / Technology APIs
EndpointWhat it does
Company List BuildingQuery the company universe on firmographics, technology and hierarchy.
Real-Time Company AppendAppend a single company synchronously.
Batch Company AppendSubmit a file of companies and collect the appended result.
Corporate Family TreeUltimate parent, parent, subsidiary and affiliate relationships.

Company / Contact Alert APIs

Schema, Data Dictionary, Counts by field: Company Data — 107 fields · Contact Data — 105 fields

RampedUp Company / Contact Alert APIs
EndpointWhat it does
Real-Time Company AlertsQuery the alerts database across all twelve alert types, filtered by recency, firmographics or contact detail.

Test before you build

The portal is not a static reference. Every endpoint below is executable from the docs page itself.

  1. Authorize once

    Paste your API key into the Authorize box at the top of the portal. It is held for the session and applied to every call you try.

  2. Expand an endpoint

    Each call documents its request body, every filter it accepts, and the exact response shape it returns.

  3. Run it against the live file

    Hit Try it out and send a real request. You get the real response, not a canned sample — so you can see the field coverage on your own segment.

  4. Copy the call out

    The portal gives you the curl command and the response schema to build against.

On credits. Searching and counting through the API are free, the same as in the app. Credits are spent when a record is downloaded or imported, so you can size a segment exactly before committing anything.

What you can reach from the API

Get an API key

Sign up for free to get a key and 50 credits. No card required, and searching the file costs nothing.

Get an API key Talk to support