Last updated
Last updated
GET
https://pm415.com/api/user
Gets info about the current user.
GET
https://pm415.com/api/user/apikey
Gets the current user's API key.
POST
https://pm415.com/api/user/apikey
Creates a new API key for the current user.
PUT
https://pm415.com/api/user
Updates the current user.
GET
https://pm415.com/api/user/orgs
Gets the orgs that current user has access to.
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
object
{"email" : "matt@matt.com", "password": "1111", "confirmation": "1111", "firstName": "Matt", "lastName": "Reider" }
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
Some user methods are located beneath the Org endpoint. Others are under /users
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5