/
ON
oneloop-hq
/
Feather API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
oneloop-hq
Feather API
post
Bind an agent or team to a channel on a phone number
v1
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-06-30
491
704
2.1 MB
communication
Bind an agent or team to a channel on a phone number
post
/v1/communication/phone-numbers/{phone_number_id}/channels
Path parameters
phone_number_id
string
uuid
required
Request body
ChannelCreate
required
channel_type
'sms'
|
'inbound_call'
|
'outbound_call'
required
agent_id
string
uuid
nullable
agent_revision_id
string
uuid
nullable
team_id
string
uuid
nullable
team_revision_id
string
uuid
nullable
Response
Successful Response
ChannelResponse
required
id
string
uuid
required
phone_number_id
string
uuid
required
channel_type
'sms'
|
'inbound_call'
|
'outbound_call'
required
agent_id
string
uuid
nullable
agent_revision_id
string
uuid
nullable
team_id
string
uuid
nullable
team_revision_id
string
uuid
nullable
created_at
string
date-time
required