events index

GET http://localhost:3000/api/v1/events

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"events":[{"id":1,"name":"JWT workshop","description":"so much fun!","created_at":"2022-11-29T02:28:44.968Z","updated_at":"2022-11-29T02:28:44.968Z"},{"id":2,"name":"meditation","description":"gain inner peace namaste","created_at":"2022-11-29T02:28:44.973Z","updated_at":"2022-11-29T02:28:44.973Z"}]}