Skip to main content
POST
Set the device sync provider

Authorizations

X-API-Key
string
header
required

API key for authentication

Body

application/json

Device sync provider to use, or null to clear it

provider
string | null
required

Provider slug to use for device sync (must have the "device_sync" capability in its manifest and an active connection — call list-providers to see options). Pass null to disable device sync for this org.

Example:

"fleet"

Response

201 - undefined