Skip to content

Create a ABM provisioning request using device serial number

Request

Security
apiKey
Bodyapplication/jsonrequired
assigned_blueprint_idstring, (uuid)
Example:"3e41fd18-d53d-4673-a10a-23089cbb6b73"
group_idstring, (uuid)
Example:"3e41fd18-d53d-4673-a10a-23089cbb6b73"
seamless_infoobject(SeamlessInfo)
cURL
curl -i -X POST \
  https://develop-api.esper.io/_mock/openapi/v2/seamless \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "assigned_blueprint_id": "3e41fd18-d53d-4673-a10a-23089cbb6b73",
    "group_id": "3e41fd18-d53d-4673-a10a-23089cbb6b73",
    "seamless_info": {
      "unique_ids": "3e41fd18-d53d-4673-a10a-23089cbb6b73,3e41fd18-d53d-4673-a10a-23089cbb6b73",
      "unique_id_type": 2
    }
  }'

Responses

Seamless request successfully created.

Bodyapplication/json
codeinteger
messagestring
contentobject(SeamlessRequest)
Response
{ "code": 0, "message": "string", "content": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "assigned_blueprint_id": "678876e6-5b0b-4680-9ed4-36c363853b1e", "group_id": "306db4e0-7449-4501-b76f-075576fe2d8f", "unique_ids": "string", "unique_id_type": 0, "tenant_id": "string" } }