Ask a question
Questions about API token.
Hey guys, can you help me with a little problem I'm facing with the livestorm api token?
When I make the requests, the API returns the 403 error of blocked workspace but when I test the ping request it works...
Do you know what this could be and how to fix it?
Request:
URL: https://api.livestorm.co/v1/events
Method: GET
Authorization: {Api_Token}
Response: 403
Posted by Rennan Emanoel 8 months ago
Creating a new registrant from Facebook Leads
Hi there,
I try to have a new registrant added to a session after he filled out a facebook leadform.
So I make a POST Request to https://api.livestorm.co/v1/sessions/{id}/people
To try out I just added the sample code from the API reference but I keep hitting the error message:
"[400] Title: Missing Parameter, Detail: The required parameter, data, is missing., Status: 400"
Can you tell me what I am doing wrong?
{
"data": {
"type": "people",
"attributes": {
"fields": [{
"id": "first_name",
"value": "Jean-Baptiste"
},
{
"id": "last_name",
"value": "Smith"
},
{
"id": "email",
"value": "[email protected]"
}
]
}
}
}
Posted by Yannik Sommer 8 months ago
JSON structure of webhook
I just received a webhook for session.end but the structure of the JSON I received is quite different from the one in the documentation. There's no `data` key, instead it's `webinar`. There is no `attributes`. It looks like it's a different program that created that data. Maybe it's because I setup the webhook from the web ui and not from the api..?
Posted by Francesco Pongiluppi 9 months ago
Can I find the status of emails sent to a participant in the API?
Hi there,
I would like to track the status of emails sent to participants of an event (especially for an email sent after a session), but I can't find any information related to the emails, for example in the session details (api.livestorm.co/v1/sessions/session_id/people/id).
Is this kind of data available somewhere via the API?
Thanks a lot for your help
Grégoire
Posted by Grégoire 10 months ago
Getting a "Internal error" while posting new event
Hi, I'm getting an error while posting a new event through API. This is the payload:
```
{'data': {'attributes': {'title': 'TEST 123', 'description': '<p>Questo è un test ma la descrizione deve essere breve.</p>'}, 'type': 'events'}}
```
As you can see there's an "è" that seems to crash the request: I get a 500 error with an html page.
I tried to use HTML entities, but then I had an 422 Unprocessable Entity error saying "1:19: FATAL: Entity 'egrave' not defined".
I hope you can look into this and sort it out. Let me know if you need more details!
Posted by Francesco Pongiluppi 11 months ago
How can i get the "has_seen_replay" data from the API?
Hi there,
I can easily find "attendance related fields" like [attended, attendance_rate, attendance_duration] in "List the people from a session => https://api.livestorm.co/v1/sessions/{id}/people".
However i do not find the data related to "Does my user has seen the replay".
All those datas (included has_seen_replay) are available in the dashboarding section of the app so i can see it but i would like to extract it through the API.
Do you know how i can find it?
Thanks a lot
Ludo
Posted by null about 1 year ago
How to use the Community Forum?
How can you use the Community tab? Check out the response below! 👇
Posted by Pierre Guilhou about 1 year ago