Skip to main content
When authenticating a request, you should send a Cookie header instead of an Authorization header.

Authentication & Headers

Our platform is built using multiple microservices. Each request must include the following two headers:
  • Cookie – Your personal access token
  • x-api-key – Your business API key
Both values are unique to your business and are available in the Pingmee app.

Where to find your token and API key

  1. Open the Pingmee app
  2. Go to Settings (gear icon in the sidebar)
  3. Select Developer Tools (כלים למפתחים)
On this page you will find:
  • Personal token – use this value in the Cookie header. You can regenerate it at any time.
  • API key – use this value in the x-api-key header on every API call.
Developer Tools page in Pingmee Settings
Keep your personal token and API key private. Do not share them or commit them to version control.

Required Headers

Requests missing either of these headers will be rejected.

Rate Limits

Rate limits depend on your business subscription plan. Limits apply across all Pingmee API services combined.

Public Services

  • Core: https://api.pingmee.co.il
  • AI: https://ai.pingmee.co.il
  • Business: https://business.pingmee.co.il
  • Campaigns: https://campaigns.pingmee.co.il
  • Workflows: https://workflows.pingmee.co.il

Example Headers Usage