-
Notifications
You must be signed in to change notification settings - Fork 0
Roles API
Christopher Posada edited this page Apr 10, 2019
·
1 revision
api/roles (give me all the roles)
[
{
"name": "Platform Engineer",
"id": 1
},
{
"name": "Front End Engineer",
"id": 2
}
]
api/roles/{id} (give me the role {id})
{
"name": "Platform Engineer",
"id": 1
}
No auth token required.
LearningTogether @ BuildIt
http://ec2-18-224-56-34.us-east-2.compute.amazonaws.com/api
https://bettertogether.buildit.systems/api