Obtain a session token
Call the server endpointPOST /v1/console/session-tokens.
Console API host
In the examples below, replace<console-api-host> with the host for your region:
| Region | <console-api-host> |
|---|---|
ap-northeast | console.ap-northeast.spatialwalk.cloud |
us-west | console.us-west.spatialwalk.cloud |
Request parameters
- Body
- expireAt: int, expiration timestamp in seconds. Range: now < expireAt < now + 1 hour
- modelVersion: string, reserved field; omit
- Header
- X-Api-Key: your API key

