cURL
curl --request PATCH \ --url http://localhost:4000/v1/integrators/{integratorId}/modules \ --header 'Content-Type: application/json' \ --data ' { "active_modules": [ "exchange", "signing", "payout" ] } '
Integrator UUID
Active module list for this integrator
["exchange", "signing", "payout"]
Active modules updated