Get single init image
Develop Env
https://dev.your-api-server.com
Develop Env
https://dev.your-api-server.com
GET
/api/rest/v1/init-image/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://dev.your-api-server.com/api/rest/v1/init-image/'
Response Response Example
{
"init_images_by_pk": {
"createdAt": "string",
"id": "string",
"url": "string"
}
}
Request
Path Params
id
stringÂ
required
Responses
Modified at 2024-07-29 07:11:15