API access token:

  1. Visit My Account (remotecounsel.com/profile)

  2. Click 'Edit' button under company

  3. Use request headers to pass the API Access Token. i-e; ['token'] = API_ACCESS_TOKEN

Resources

Companies

Resource Description
GET /api/v2/companies/:id Find Company

Event group users

Resource Description
POST /api/v2/event_group_users/:id/send_invitation Send invitation email to event_group_user

Event schedules

Resource Description
GET /api/v2/event_schedules/:id Find an event_schedule by ID
GET /api/v2/event_schedules/:id/users Return a list of users with access to an event_schedule
GET /api/v2/event_schedules/:id/logs Return a list of logs for an event_schedule
POST /api/v2/event_schedules/:guid/event_group_user/:event_group_user_id/logs Submit an event_group_user's access/usage information for an Event Schedule
GET /api/v2/event_schedules/:guid/event_group_user/:event_group_user_id/logs Get an event_group_user's access logs for an Event Schedule

Events

Resource Description
GET /api/v2/events/:id/users Get the realtime event_group_user using a user's email
GET /api/v2/events/:id/groups/:access_key Get the realtime event_group using an event id and event_group access key
POST /api/v2/events/:id/groups Add an event_group
POST /api/v2/events/:id/groups/:access_key Add a user to the event_group using an email, event id, and event_group access key
GET /api/v2/events/:id/event_schedules/groups/:access_key Get the current event_schedule for a realtime event_group using an email, event id, and event_group access key
GET /api/v2/events/:id/internal_ref_num Get the internal_ref_num for an event

Users

Resource Description
GET /api/v2/users/:id Find User