Render an integration UI with POST method
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
integrationNamestring · max: 100RequiredPattern:
Name of the integration.
^[a-zA-Z0-9-_.]+$Body
componentIdstringRequired
ID of the component to render in the integration.
stateobjectOptional
Current local state of the UI.
contextone ofRequired
Object representing the context in which a ContentKit component is rendered.
or
or
or
or
actionany ofOptional
or
anyOptional
or
or
or
or
Responses
200
ContentKit element to render
application/json
Responseone of
Output of the integration when rendering a UI.
or
post/integrations/{integrationName}/render
200
ContentKit element to render
Last updated
Was this helpful?