Skip to content

Authentication

API Keys

Flock WP uses API key authentication. Include your API key in the request headers:

Authorization: Bearer YOUR_API_KEY

SaaS-to-Plugin Communication

Communication between the Flock WP dashboard and the WordPress plugin uses a separate authentication mechanism:

  • API Key — Identifies the connection
  • Secret Token — Signs requests to prevent tampering

These are exchanged during the initial handshake and stored on both sides.