Resolve Telephony Credential For Outbound Origination (M2M)
Resolve the decrypted telephony credential and from-number this agent originates outbound calls with. Authenticated with a BundleAccessToken for the SAME deployment the agent belongs to - in practice the short-lived token app/core/provider/outbound_call.py self-mints per call, never a Keycloak JWT and never any other deployment's token. Decrypted credentials must never be reachable from a browser-held user token.
Authorization
BundleAccessToken AuthorizationBearer <token>
In: header
Path Parameters
agent_id*Agent Id
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/bundler/telephony-credential/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "provider_type": "string", "account_id": "string", "auth_token": "string", "from_number": "string"}Empty
Empty
Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}