Create Integration
Creates a new OCTO integration for the authenticated partner. Each partner may have at most one integration.
A webhook_secret is generated automatically and returned — store it securely to authenticate inbound webhook calls.
The integration starts with isApproved: false and must be approved by an admin before syncs run.
Authorizations
JWT issued by Seyaha — include as Authorization: Bearer <token>
Body
Root URL of your OCTO-compatible API endpoint (trailing slash is stripped automatically)
"https://octo.example-partner.com"
How Seyaha authenticates to your OCTO endpoint
bearer, api_key "bearer"
The credential value — a bearer token or API key, depending on auth_type
"sk_live_abc123"
Set to true if your platform delivers tickets directly to customers
false