Namespace: /api/v1
FUNCTION: LIST
METHOD: GET
ENDPOINT: /USERS
To retrieve a list of users, pass the same parameters you would in the liquid tags. eg. {'tag': 'featured'}
FUNCTION: GET
METHOD: GET
ENDPOINT: /USERS/:ID
To retrieve a single user, accepts both the ID and UID fields for the ID parameter.
FUNCTION: CREATE
METHOD: POST
ENDPOINT: /USERS
To create a single user, minimum required fields are:
- Title
- Type
- Permalink
FUNCTION: UPDATE
METHOD: PATCH/PUT
ENDPOINT: /USERS/:ID
To update a single user.
FUNCTION: DELETE
METHOD: DELETE
ENDPOINT: /USERS/:ID
To remove a single user.