Set Guestlist API not working. Getting 404 - not found error

I have used POST action in Zapier webhooks - same error.
Custom request + POST action in zapier webhooks - same error and I have tried it in POSTMAN with the same error.

I have the URL as: https://api.gather.town/api/setEmailGuestlist
data pass-through: False
Data: {
“apiKey”: “my API key here”,
“spaceId”: “space ID & name with \ between them”,
“guestlist”: {
“email-address here”: {
“name”: “Emma”,
“affiliation”: “Test”,
“role”: “”
}
},
“overwrite”: true
}

Unflatten: No
Headers: Content-Type with a value of application/json

Does anyone know what’s wrong, or has this working for them please?

Thanks
Emma

Hey there @Emma200904, I just confirmed that I am able to both POST and GET the guest list for a remote work office successfully using Postman.

I suspect the issue may be with your space ID. According to the API documentation there should be two backslashes between the space id and name.

For example:
83w1YomcejLp/TestSpace83w1YomcejLp\\TestSpace.

Hopefully that should get you sorted out.

1 Like

Thank you!! @Eric_Uncork-it