# Here is a curl example
curl \
-X Get http://localhost:8888/api/Authentication/License \
To get licenses you need to make a GET call to the following url :
http://localhost:8888/api/Authentication/License
Result example :
[
{
"id": 191,
"name": "Contributor"
},
{
"id": 190,
"name": "Editor"
}
]