Skip to main content
POST
Create a new transfer request

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
to_email
string<email>
required

Email do destinatário

resource_type
enum<string>
required

Tipo do recurso

Available options:
physical_device,
user_product,
config_entry,
automation,
lovelace_dashboard,
script,
tag,
zone,
organization
resource_id
string
required

ID do recurso

metadata
object | null

Metadados opcionais

Response

Transfer created

id
integer
from_user_id
string
to_email
string
resource_type
string
resource_id
string
status
enum<string>
Available options:
pending,
accepted,
rejected,
cancelled
metadata
object | null
created_at
string<date-time>