Save integration credentials

Save (insert or update) credentials for a specific integration, optionally scoped to a development or production environment.

Authentication

AuthorizationBearer
API key or Clerk session token

Path parameters

integrationIdstringRequired

Request

This endpoint expects a map from strings to strings.

Response

Credentials saved
environmentstring or null
integrationIdstring
messagestring
successboolean

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error