This endpoint serves the purpose of updating a company integration’s configuration.
cURL
curl --request PATCH \ --url https://api.roostedhr.com/api/1_12/company/integrations/{id} \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "api_key": "<string>", "organization_id": "<string>" } '
true
Integration ID
Integration fields to update.
Updated API key for the partner integration
Updated organization identifier for the partner integration
OK
The response is of type boolean.
boolean