List all services for your company
This endpoint can be used to retrieve the names and public-key identifiers for all of the services your company offers as a vendor.
[
{
"name": "Example service 1",
"public_key": "123456789adbfc"
},
{
"name": "Example service 2",
"public_key": "123456789adbfd"
}
]