将 SignaGenius 集成到您现有的工作流程中。我们的 REST API 允许您以编程方式管理团队成员、触发同步并获取实时分析。
所有 API 请求都必须使用 Bearer 令牌进行身份验证。您可以在 管理面板 > 设置 > 开发者 中生成您的 API 密钥。
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://panel.signagenius.com/api/v1/users/users列出所有团队成员及其签名状态。
/usersCreate a managed workspace user.
/users/{id}Retrieve one tenant-scoped managed user.
/users/{id}Update supported profile fields or account status.
/users/{id}Soft-disable a user while retaining their audit history.
/users/batchCreate, update, or disable up to 100 users with per-row results and idempotent replay.
/signaturesList the 200 newest generated signature artifacts.
/change-requestsList governed profile change requests.
/analytics检索特定时间范围内的链接点击分析。
/audiencesList reusable campaign audiences and resolved members.
/audiencesCreate or idempotently replace an API-managed audience.
/audiences/{id}Retrieve one audience with its resolved members.
/audiences/{id}Replace an audience and its complete membership.
/audiences/{id}Delete a reusable audience.
/webhooksList signed webhook subscriptions without their secrets.
/webhooksCreate a subscription and receive its signing secret once.
/webhooks/{id}Update, enable, or pause a webhook subscription.
/webhooks/{id}Delete a webhook subscription.
/exportDownload a versioned workspace configuration export without credentials, secrets, event history, or rebuildable artifacts.