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
  2. API Reference

Users

Use the REST API to retrieve current user information

PreviousWebhooksNextRate Limits

Last updated 9 months ago

Current User

Get user information

get

Retrieve user information for the authenticated user

Authorizations
Header parameters
AcceptstringRequired

Request content type

Example: application/json
Responses
200
Successful operation
application/json
get
GET /public/me HTTP/1.1
Host: api2.engineroom.com.au
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: application/json
200

Successful operation

{
  "id": "45daeb37-2de5-4dde-a583-bd0b8a2d7c3e",
  "name": "XYZ Car Servicing"
}
  • Current User
  • GETGet user information