cancel
Showing results for 
Search instead for 
Did you mean: 
bhaskarch
New Member

Creating a Registrant through API

Dear Team,

I want to inform you that I am trying to create a Registrant through API through the following steps:

1. Obtained an authorization code.
2. Obtained an access token and organizer key.
3. Run the API of creating a Registrant through CURL and Postman as well.
4. Following details written in Postman:
URL:
- https://api.getgo.com/organizers/4564759269935722508/webinars/3518318874141132813/registrants?resend...
Authorization:
OAuth 2.0
Header Prefix: Bearer
Access Token: A long text
Headers:
- Content-Type: application/x-www-form-urlencoded
- Accept: application/json
Body: (raw)
{"firstName": "Pawan", "lastName": "Arora", "email": "padev@ymail.com"}

OUTPUT:
{
"int_error_code": "404 NOT FOUND",
"msg": "Resource Not Found"
}

Please suggest your thoughts on this.

Thank you

1 REPLY 1
AshC
Retired GoTo Contributor

Re: Creating a Registrant through API

@bhaskarch  If you don't find what you're looking for on the GoTo Developers site, then you may use the support template available here: https://developer.goto.com/support


Ash is a member of the LastPass Community Care Team.

Was your question answered? Please mark it as an Accepted Solution.
Was a post helpful or informative? Give it a Kudo!