Skip to content

Sync items root (informational)

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

Returns an informational message directing clients to the GraphQL endpoints

Informational message

Media typeapplication/json
object
message
required

Human-readable status message

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