Access rights¶
Who am I as server?¶
Get information from Bricks Switchboard who you are based on your access data (name/key).
Request¶
{
    "Name": "{{name}}",
    "Key": "{{key}}",
    "Target": "{{target}}",
    "Method": "WieBenIk"
}
Response¶
{
    "naam": "HelloWorld",
    "ReturnValue": {
        "ResponseCode": 200,
        "ResponseText": "OK",
        "Melding": "OK",
        "Gelukt": true
    }
}