docs.customeros.ai Open in urlscan Pro
76.76.21.164  Public Scan

Submitted URL: https://docs.customeros.ai/
Effective URL: https://docs.customeros.ai/introduction
Submission: On August 11 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

CustomerOS home page
Search...Ctrl K
 * Website
 * Support
 * Website


Search
Navigation
Get Started
Introduction
 * 
   Home
 * 
   Enrichment API
 * 
   Verify API
 * 
   Outreach API
 * 
   MailStack API
 * 
   CustomerBASE API

   GET STARTED
   
   Introduction
   API Descriptions
   Webhooks

Get Started


INTRODUCTION

Supercharge your GTM tooling in under five minutes



CUSTOMEROS API REFERENCE

The CustomerOS API is organized around REST. All requests are synchronous unless
otherwise stated. You should continue to poll the existing endpoint to get data
where it is not provided immediately.

Access to each API is currently provided on a per request basis - reach out to
the team in order to get enabled for each set of endpoints.


AUTHENTICATION

All API endpoints are authenticated using a custom header with your API key:

Copy

"X-CUSTOMER-OS-API-KEY": "api_key"



VERSIONING

When backwards-incompatible changes are made to the API, we release a new
version.

You can tell which version is referenced by looking at the version path (/v1/)
path in the URL.


ERRORRS ERRORS

CustomerOS uses conventional HTTP response codes to indicate success or failure
of an API request.

In general, codes in the 2xx range indicate success, codes in the 4xx range
indicate failure given the information provided and codes in the 5xx range
indicate an issue with CustomerOS.

If an error should be handled programmatically (i.e. an action that you have
requested is not possible to be completed) the response will include an error
code with a brief description of the error being faced.


ERROR CODE SUMMARY

CodeNameDescription200OKEverything worked as expected.400Bad RequestThe request
was unacceptable, often due to missing a required paramater.401UnauthorizedNo
valid API key provided.402Request FailedThe parameters were valid but the
request failed.403ForbiddenThe API key doesn’t have permissions to perform the
request.404Not FoundThe requested resource does not exist.409ConflictThe request
conflicts with another request (perhaps due to using the same idempotent
key).429Too Many RequestsToo many requests hit the API too quickly. We recommend
exponential backoff of your requests.500, 502, 503, 504Server ErrorsSomething
went wrong on CustomerOS’s servers.

API Descriptions
xgithublinkedin
Powered by Mintlify
On this page
 * CustomerOS API Reference
 * Authentication
 * Versioning
 * Errorrs Errors
 * Error Code Summary