v1
latestOpenAPI 3.0.3GPL 2.02026-07-17152326.5 KBangel type
Get a list of angel types
get/angeltypes
Response
Ok
Example response
{
"data": [
{
"id": 42,
"name": "Angel",
"description": "Standard angel type, without further requirements",
"contact": {
"name": "Testteam",
"email": "testteam@example.com"
},
"url": "https://example.com/angeltype/42"
}
]
}