EngineRoom Documentation
  • Documentation
    • EngineRoom Documentation
  • EngineRoom Pixel
    • Setup
      • Webflow
      • WordPress
      • Shopify
      • Google Tag Manager
    • UTM Parameters
  • Conversion AI
    • How we use AI for Conversions
    • Quality scores
    • Session engagement scores
  • WildJar
    • Setup
  • API
    • Overview
    • Quick Start
    • Authentication
    • API Reference
      • Leads
      • Sales
      • Webhooks
      • Users
    • Rate Limits
  • Prompt Engine
    • Overview
  • AI Copilot
    • Overview
Powered by GitBook
On this page
  1. API

Authentication

You can authenticate to the REST API to access all endponts

PreviousQuick StartNextAPI Reference

Last updated 1 year ago

Authentication to the API is performed via Bearer token. You can authenticate your request by sending a token in the Authorization header of your request. In the following example, replace YOUR-API-KEY with your EngineRoom API key. You can request an API key by emailing

curl --request GET \
--url "https://api2.engineroom.com.au/public/me" \
--header "Authorization: Bearer YOUR-API-KEY" \
--header "Accept: application/json"
dev@engineroom.com.au