API Reference
Log In
API Reference

Upsert a geoposition asset

Creates a geoposition asset with the given external assetId, or updates it if it already exists. Idempotent.

Path Params
string
required

Consumer-supplied external identifier of the asset (non-empty after trim).

Body Params

Asset payload.

string
required

Display name of the asset (non-empty after trim).

double
required
-90 to 90

Latitude.

double
required
-180 to 180

Longitude.

string

Optional free-form label or zone name.

string

Color of the asset marker. Accepts hex (e.g. #FF5733) or rgb (e.g. rgb(255,87,51)).

string

URL of the image representing the asset.

string

Asset type identifier.

metadata
object

Optional arbitrary JSON object stored alongside the asset.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json