Kvindo™ Cloud Docs
GET /api/v1/<type>/{id} — read one resource by id. The response wraps the resource envelope under a resource key. If the resource doesn't exist the API returns 422 with errorCode: "NotFound" (not a 404); the SDK surfaces that as an empty resource.
Read status.state to see where the resource is in its lifecycle, and status.lastChangeRequest for the outcome of the most recent change. SDK method: read(id).
Guides
More in this section
Reference