planningcenter / developers

Planning Center API docs and support
https://developer.planning.center/docs/
84 stars 8 forks source link

Registrations API (User access for registration POST Call) #1149

Closed Martinaude closed 8 months ago

Martinaude commented 8 months ago

Related Product Registrations API's

Describe the question It is possible to allow a specific user access to POST Registrations, even if it is juts brief to import data? I know the Registrations API is undocumented, but I'm trying to migrate a database across to PCO, and and I have been able to:

All using the undocumented POST Calls so far... But the last step is the challenge, being able to create a registration..

What have you tried that worked? Nothing has work s far.

What have you tried that didn't work? No POST API Calls to https://api.planningcenteronline.com will create a registration.

Additional context Post URL is: https://api.planningcenteronline.com/registrations/v2/signups/xxxx/registrations The Error Received is: { "errors": [ { "status": "403", "title": "Forbidden", "detail": "You do not have access to this resource", "meta": { "description": "User with id xxxx cannot create a Registration." } } ] }

I have..

kevinthompson commented 8 months ago

Hi @Martinaude. Unfortunately the private Registrations API does not currently provide a way to create registration records. In our product our registrations are created through a reservation process in order to more carefully manage available capacities. It's possible that we may add the ability to create registrations in the future, but I can't provide any estimate for when that feature would be implemented.