Skip to content

Upload test (informational)

GET
/api/items/upload/test
curl --request GET \
--url https://example.com/api/items/upload/test \
--header 'Authorization: Bearer <token>'

Not implemented for GET. Use POST /api/items/upload/test to test a resumable upload.

Informational message

Media typeapplication/json
object
message
required

Human-readable status message

string
Example
{
"message": "Sync Process Started"
}