Links

User API

post
https://www.cotter.app
/api/v0/user/create
Create a User
Example Curl Request:
curl -XPOST \
-H 'API_KEY_ID: <your API KEY ID>' \
-H "Content-Type: application/json" \
-d '{"identifier": "[email protected]"}' \
'https://www.cotter.app/api/v0/user/create'
get
https://www.cotter.app
/api/v0/user?identifier=<identifier>
Get User
get
https://www.cotter.app
/api/v0/user/list?page=0
Get All Users