Skip to main content
PATCH
/
company
/
integrations
/
{id}
Update Company Integration
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

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Integration ID

Body

application/json

Integration fields to update.

api_key
string
required

Updated API key for the partner integration

organization_id
string

Updated organization identifier for the partner integration

Response

OK

The response is of type boolean.