Get technical clients

Returns all technical clients known to the IAM database.

HTTP Request: Get Technical Clients

copy
GET /auth-admin/rest/tech-clients/

HTTP Response: List of Technical Clients (2 results in this example)

copy
200 OK
{
    "meta": {
        "type": "jsonapi.metadata.document",
        "timestamp": "2019-05-21T09:47:55.070+02:00"
    },
    "data": [
        {
            "type": "tech-client",
            "id": "616b45df-59a1-446f-9a07-b5d939e0f16a",
            "attributes": {
                "displayName": "PSDDE-BAFIN-CC1111",
                "creationDate": "2019-05-08T15:51:40.100+02:00"
            }
        },
        {
            "type": "tech-client",
            "id": "b79e4e1c-bb84-4302-857e-36eed2afb398",
            "attributes": {
                "displayName": "PSDDE-BAFIN-CC9999",
                "creationDate": "2019-05-08T15:53:02.200+02:00"
            }
        }

    ]
}