Rest API
Authentication
These API are authenticated with a Api-Key
header. It is shown on your "space details" page.
Api-Key: 15d9d1c8-333b-11ed-a9b3-abdba2eef1c1
Endpoints
Many endpoints are exposed. The payload is always JSON with UTF8 charset.
The detail can be found on our Swagger page.
Automatic login with access token
If your space is secured by credentials, you can use an "access token" to authenticate the player. This is a query param you can add to the URL.
https://demo.simspace.fr?accessToken=f38bbdfc-5f4f-11ed-a962-0f7cc96827e1
The access token can only be used once (like an OTP). For security reasons, the token expires after 5 minutes. You have to use our API to generate a new access token.