Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.58 KB

api.md

File metadata and controls

51 lines (37 loc) · 1.58 KB

↔ API

User authentication

{% swagger src=".gitbook/assets/auth.json" path="/login" method="post" %} auth.json {% endswagger %}

{% swagger src=".gitbook/assets/auth.json" path="/logout" method="post" %} auth.json {% endswagger %}

Individual Registration

{% swagger src=".gitbook/assets/individual.json" path="/" method="get" %} individual.json {% endswagger %}

{% swagger src=".gitbook/assets/individual.json" path="/" method="post" %} individual.json {% endswagger %}

{% swagger src=".gitbook/assets/individual.json" path="/{id}" method="get" %} individual.json {% endswagger %}

{% swagger src=".gitbook/assets/individual.json" path="/search" method="get" %} individual.json {% endswagger %}

{% swagger src=".gitbook/assets/individual.json" path="/updateIdentification" method="patch" %} individual.json {% endswagger %}

Group Registration

{% swagger src=".gitbook/assets/group.json" path="/" method="get" %} group.json {% endswagger %}

{% swagger src=".gitbook/assets/group.json" path="/" method="post" %} group.json {% endswagger %}

{% swagger src=".gitbook/assets/group.json" path="/{id}" method="get" %} group.json {% endswagger %}

{% swagger src=".gitbook/assets/group.json" path="/search" method="get" %} group.json {% endswagger %}