Error
Partner Integration API
Admin — Create Integration
Creates an integration on behalf of any partner. Requires admin role.
POST
Error
Authorizations
JWT issued by Seyaha — include as Authorization: Bearer <token>
Body
application/json
Root URL of your OCTO-compatible API endpoint (trailing slash is stripped automatically)
Example:
"https://octo.example-partner.com"
How Seyaha authenticates to your OCTO endpoint
Available options:
bearer, api_key Example:
"bearer"
The credential value — a bearer token or API key, depending on auth_type
Example:
"sk_live_abc123"
Set to true if your platform delivers tickets directly to customers
Example:
false
MongoDB ObjectId of the partner to create the integration for
Example:
"64a1b2c3d4e5f6a7b8c9d0e1"