get https://api.swoogo.com/api/v1/speakers/
Log in to see full request history
Responses
xxxxxxxxxx
curl --request GET \
--url https://api.swoogo.com/api/v1/speakers/speaker_id \
--header 'accept: application/json'
xxxxxxxxxx
13{
"bio": null,
"company": "Stinson Leonard Street",
"created_at": "2016-09-06 18:32:59",
"email": "joel.abrahamson@stinsonleonard.com",
"event_id": 1,
"first_name": "Joel",
"id": 1,
"job_title": null,
"last_name": "Abrahamson",
"profile_picture": "",
"updated_at": "2016-09-06 18:32:59"
}