v1
latestOpenAPI 3.0.02026-07-17166300328.1 KBServers
Add server
post/servers/add
Request body
Example request
{
"name": "Phishing Server",
"url": "https://misppriv.circl.lu",
"authkey": "894c8d095180c7ea28789092e96ca6424199aa4f",
"org_id": "12345",
"lastpulledid": "12345",
"lastpushedid": "12345",
"remote_org_id": "12345",
"pull_rules": "{\"tags\":{\"OR\":[],\"NOT\":[]},\"orgs\":{\"OR\":[],\"NOT\":[]},\"url_params\":\"\"}",
"push_rules": "{\"tags\":{\"OR\":[],\"NOT\":[]},\"orgs\":{\"OR\":[],\"NOT\":[]}}",
"priority": "1"
}Response
Server response
Example response
{
"Server": {
"id": "12345",
"name": "Phishing Server",
"url": "https://misppriv.circl.lu",
"authkey": "894c8d095180c7ea28789092e96ca6424199aa4f",
"org_id": "12345",
"lastpulledid": "12345",
"lastpushedid": "12345",
"remote_org_id": "12345",
"pull_rules": "{\"tags\":{\"OR\":[],\"NOT\":[]},\"orgs\":{\"OR\":[],\"NOT\":[]},\"url_params\":\"\"}",
"push_rules": "{\"tags\":{\"OR\":[],\"NOT\":[]},\"orgs\":{\"OR\":[],\"NOT\":[]}}",
"priority": "1"
}
}