Welcome

ContactSwing API Endpoints

View the ContactSwing OpenAPI specification file

Authentication

All API endpoints are authenticated using a Workspace API key, provided in the X-Workspace-Key header. This is defined in the OpenAPI specification as an API key security scheme.
"security": [
  {
    "WorkspaceAuth": []
  }
]
The header must be included in every request:
X-Workspace-Key: <your-workspace-api-key>