- Mock serverhttps://develop-api.esper.io/_mock/openapi/v2/converge/{id}
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/v2/converge/{id}
curl -i -X GET \
'https://develop-api.esper.io/_mock/openapi/v2/converge/{id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "content": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "device_id": "3bafab7b-4400-4bcf-8e6e-09f954699940", "converge_with_provision_option": true, "blueprint_info": { … }, "schedule_type": "IMMEDIATE", "schedule_args": {}, "status": "QUEUED", "reason": "string", "created_by": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } }