Gather Wiki
No edit summary
Tag: Visual edit
No edit summary
Tag: Visual edit
Line 3: Line 3:
   
 
Official Docs: https://support.gather.town/help/api-integration
 
Official Docs: https://support.gather.town/help/api-integration
  +
  +
Sign Up for Developer updates: https://forms.gle/GunG5mMNsXPaUiRQ7
   
 
'''What can I do through the API?'''
 
'''What can I do through the API?'''

Revision as of 12:22, 14 September 2021

Gather API

The API is HTTP only for now. Websockets in development. Subscribe to the form in the docs below to be kept in the loop.

Official Docs: https://support.gather.town/help/api-integration

Sign Up for Developer updates: https://forms.gle/GunG5mMNsXPaUiRQ7

What can I do through the API?

  • Create new spaces by copying over old spaces.
  • Pull down the map file from Gather (a JSON file containing links to background/foreground pngs, objects, collisions, etc).
  • Update a map file on Gather.
  • Pull down from Gather the email guestlist associated with a space.
  • Update the email guestlist on Gather.

What can I not do through the API?

  • Pull down or update the roles assigned to each of the users on the guestlist.

Community Showcase: https://www.youtube.com/watch?v=Sh1Ey-5l7qM

Github Resources