Create a Sandbox Phone

POST /phones/simulate/create_sandbox_phone ⇒ { phone }

Creates a new simulated phone in a sandbox workspace. For more information, see Creating a Simulated Phone for a User Identity.

Request

await seam.phones.simulate.createSandboxPhone({
  user_identity_id: "22222222-2222-2222-2222-222222222222",
});

Response

{
  "device_id": "22222222-2222-2222-2222-444444444444",
  "device_type": "android_phone",
  "created_at": "2025-01-01T10:40:00+00:00",
  ...
}

Authentication Methods

  • API key

  • Personal access token Must also include the seam-workspace header in the request.

Request Parameters

custom_sdk_installation_id

Type: string Required: No


user_identity_id

Type: string Required: Yes


phone_metadata

Type: object Required: No

operating_system Format: Enum

Possible enum values:

  • android (default)

  • ios

os_version Format: String

Default: 10

device_manufacturer Format: String

Default: Samsung

device_model Format: String

Default: Samsung Galaxy S10


assa_abloy_metadata

Type: Object Required: No

ble_capability Format: Boolean

Default: true

hce_capability Format: Boolean

Default: false

nfc_capability Format: Boolean

Default: false

application_version Format: String

Default: 1.0.0

seos_applet_version Format: String

Default: 1.0.0

seos_tsm_endpoint_id Format: Number

Default: 1


Return Type

phone

Last updated

Logo

© Seam Labs, Inc. All rights reserved.