action credas_get_liveness_image { label: "Retrieve the liveness action image (UAP) associated with a registration." provider: credas method: GET path: "/api/images/liveness/{registrationId}" encoding: json input: { type: "object" properties: { apikey: { type: "string" } registrationId: { type: "string" format: "uuid" } } required: ["apikey", "registrationId"] additionalProperties: false } output: { type: "object" properties: { description: { type: "string" } id: { type: "string" format: "uuid" } url: { type: "string" } } } }