Skip to content

Items root (informational)

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

Returns an informational message directing clients to the GraphQL endpoints for listing items

Informational message

Media typeapplication/json
object
message
required

Human-readable status message

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