Comment on page
Authentication
All API calls to Appmixer must include the
Authorization
header set to Bearer ACCESS_TOKEN
.curl "https://api.appmixer.com/apps" -H "Authorization: Bearer [ACCESS_TOKEN]"
post
https://api.appmixer.com
/user/auth
Sign-in User
post
https://api.appmixer.com
/user
Create User
get
https://api.appmixer.com
/user
Get User Information
Last modified 3yr ago