Download agent configuration
GET /v1/agent/config
GET
/v1/agent/config
Generate and download a signed agent configuration file for the specified platform and profile type. The organization is determined by the API key.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” platform
required
string
Target operating system.
profile
string
Output profile type. “config” returns platform-native config files. “mdm-full” returns a macOS .mobileconfig with config and permissions. “mdm-permissions” returns a macOS .mobileconfig with permissions only. MDM profiles are only valid for platform=macos.
Responses
Section titled “ Responses ”Signed agent configuration file.
string format: binary
Invalid platform/profile combination.
object
error
required
Human-readable error message.
string
Missing or invalid API key.
object
error
required
Human-readable error message.
string
Enrollment secret not configured for organization.
object
error
required
Human-readable error message.
string
Internal server error (e.g., KMS signing failure).
object
error
required
Human-readable error message.
string