POST
/
mock
/
api
/
v1
/
actions
curl --request POST \
  --url https://cloud.bytebeam.io/mock/api/v1/actions \
  --header 'Content-Type: application/json' \
  --header 'x-bytebeam-api-key: <api-key>' \
  --header 'x-bytebeam-tenant: <api-key>' \
  --data '{
  "device_ids": [
    "<string>"
  ],
  "search_type": "<string>",
  "metadata": {},
  "search_key": "<string>",
  "search_query": "<string>",
  "timeout": 123,
  "action": "<string>",
  "params": {}
}'

Authorizations

x-bytebeam-api-key
string
header
required

API key required to authenticate requests.

x-bytebeam-tenant
string
header
required

Tenant(Project) name required to identify the project.

Body

search_type
string
required
action
string
required
params
object
required
device_ids
string[]
metadata
object
search_key
string
search_query
string
timeout
integer