Skip to main content
PUT
Update Paystack Credentials
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

This is the only supported way to change the key — adding a second credential row is rejected. Endpoint: /integrations/paystack?id={id} Authorization:
  • Required role: owner only
Method: PUT Request Body: any of secretKey, publicKey, enabled, memo.

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Query Parameters

id
string<uuid>
required

Body

application/json
secretKey
string
publicKey
string
enabled
boolean
memo
string

Response

Workspace Integration updated successfully