/
/enviroCar REST API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 2mo ago
Announcements1
Badges1
Fuelings4
General2
Groups10
Measurements7
Phenomenons4
Schemas2
Sensors6
Terms4
Tracks13
Users25
  • getGet the users.
  • postCreate a new user.
  • getGet the user.
  • putChange the user.
  • deleteDelete the user.
  • getGet the friends.
  • postAdd a friend.
  • getGet incoming friend requests.
  • getGet outgoing friend requests.
  • postDecline friend request.
  • getGet the friend.
  • deleteDelete the friend.
  • getGet the groups of the user.
  • postCreate the user group.
  • getGet the group of the user.
  • putModify the group.
  • deleteDelete the group.
  • getGet the user statistics.
  • getGet the user statistics.
  • getGet the activities of the user.
  • getGet the activity of the user.
  • getGet the activities of the friend.
  • getGet the activity of the friend.
  • getGet the avatar of the user.
  • postCreate the group.
    Users

    Create a new user.

    Create a new user.

    post/users

    Request body

    SensorCreateJson required— unresolved $ref

    Response

    The entity was created.

    Changes