Security
apiKey
- Mock serverhttps://develop-api.esper.io/_mock/openapi/v2/seamless
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/v2/seamless
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
}
}'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" } }