Transfers a device to another user
POST /v1/device/{deviceID}/transfer
Summary
Transfers a device to another user.
Details
Request body: JSON object.
This endpoint is session-only and admin-only.
Authentication
No operation-level security requirement is documented here.
Parameters
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| deviceID | path | integer (int64) | Yes | The device ID to transfer. | 1 |
Request Body
Required: Yes
application/json
newAPIKey(string, optional)newSecretKey(string, optional)environment(string, optional)webServiceBaseUrl(string, optional)
Example
{
"newAPIKey": "Example value",
"newSecretKey": "Example value",
"environment": "Example value",
"webServiceBaseUrl": "https://api.actionstreamer.com/example"
}
Responses
200
Success. No response body.
No response body schema documented.