Use this API endpoint to retrieve a list of countries and states and use the results to register people for a webinar via the Register endpoint.
- Method: POST
- Complete URL: https://api.webinarjam.com/api/webinarjam/countries
The request must include all of the required fields, based on the table below:
| Name | Value |
| api_key* | string (64) |
* Required fields
The response body will be a JSON object containing a list of countries, states and state IDs.
Example CURL request
curl --data "api_key=demokey" https://api.webinarjamdev.com/api/webinarjam/countries