Skip to content

Turn one program of a market on or off (admin)

PUT
/broker/market-access/program
curl --request PUT \
--url https://api.hedgespecialty.com/api/v1/broker/market-access/program \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "program_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "enabled": true }'
Media typeapplication/json
object
program_id
required
string format: uuid
enabled
required
boolean
Examplegenerated
{
"program_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0",
"enabled": true
}

The refreshed market-access table

Admin role required

Program not visible to this brokerage