Wordspace Public API
Errors
Public API errors use a stable envelope with a request ID.
{
"error": {
"code": "insufficient_scope",
"message": "This API key does not have the required scope for this operation.",
"request_id": "3b5d2c35-..."
}
}