API Image
Get API Image
Retrieves the status and metadata associated with an API Image. Returns the latest image if it has not yet been applied (status: uploading, validating, or invalid), otherwise returns the details of currently applied image (status: valid).
get/v3/apis/{apiId}/images/{imageType}
Response
ApiImageResponse
Example response
{
"status": "valid",
"api_id": "123e4567-e89b-12d3-a456-426614174000",
"image_type": "icon",
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}