This API requires specific access to be granted to your account. If you have purchased your own Grid, this will be automatically enabled on the primary user account.
All APIs require you send three additional POST parameters - adminname, adminpwd,
and gridid
, these should be the username, and password of an account on the Grid with administrator rights, along with the grid you wish to interface with. We recommend creating a new user for this role specifically.
POST
https://sine.space/worldapi/externalapi/add_user
This endpoint allows you to register new users automatically.
POST
https://sine.space/worldapi/externalapi/delete_user
Deletes or disables a user account
POST
https://sine.space/worldapi/externalapi/update_user
Changes information about a user account
userid
integer
The user ID associated with this user.
string
Updates the users email address
password
string
Updates the users password
POST
https://sine.space/worldapi/externalapi/get_users
Returns a bulk list of users associated with the Grid
POST
https://sine.space/worldapi/externalapi/get_user_by_email
Retrieves information about an individual user via their email address
POST
https://sine.space/worldapi/externalapi/update_login_region
Updates the user, sets their login scene to the specified ID.
POST
https://sine.space/worldapi/externalapi/create_region
Creates a new region on the grid
POST
https://sine.space/worldapi/externalapi/set_region_role
POST
https://sine.space/worldapi/externalapi/get_regions
Requests a list of regions on the Grid
POST
https://sine.space/worldapi/externalapi/update_region
Updates information about a particular region