Validate Integration Creation
Perform a validation of an integration creation request
Header Parameters
Workspace ID
Whether the client supports bots with multiple instances of the same integration. Set to "true" to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.
Request Body
application/json
Integration
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/admin/integrations/validate" \ -H "x-workspace-id: string" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "version": "string" }'{}{}