Returns the extension settings for all extensions configured on your proxybox.
cURL
curl --request GET \ --url https://pbx-{proxyboxId}.pbxz.io/api/v1/extensions/settings \ --header 'X-API-Key: <api-key>'
{ "status": "<string>", "statusCode": 123, "result": { "module": "<string>", "message": "<string>", "content": [ { "name": "<string>", "enabled": true, "instances": [ { "oidcPath": "<string>", "clientId": "<string>", "clientSecret": "<string>", "target": "https://pbx-jrdn.pbxz.io/api/v1/print/tcp_192-168-86-250_9100", "logicalPrinterId": "JRDN", "tag": "<string>", "startOnBoot": true, "id": 123 } ] } ] } }
Extension Settings Response
"success"
Standard HTTP status codes.
200
Show child attributes