-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatandt-vocabulary.yaml
More file actions
369 lines (359 loc) · 9.27 KB
/
Copy pathatandt-vocabulary.yaml
File metadata and controls
369 lines (359 loc) · 9.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
vocabulary: "1.0.0"
info:
provider: "AT&T"
description: "Unified taxonomy of AT&T APIs spanning wireless messaging, 5G CAMARA network APIs, and enterprise connectivity services."
created: "2026-04-19"
modified: "2026-04-19"
operational:
apis:
- namespace: att-wireless-apis
name: AT&T Wireless APIs
version: "1.0"
baseUrl: https://api.att.com
status: active
- namespace: att-network-apis
name: AT&T 5G Network APIs
version: "1.0"
baseUrl: https://api.att.com/camara
status: active
- namespace: att-enterprise-connectivity
name: AT&T Enterprise Connectivity APIs
version: "1.0"
baseUrl: https://devex-web.att.com/alliance
status: active
- namespace: att-mvno-apis
name: AT&T MVNO APIs
version: "1.0"
baseUrl: https://devex-web.att.com/mvnx
status: active
- namespace: att-cloud-voice
name: AT&T Cloud Voice APIs
version: "1.0"
baseUrl: https://devex-web.att.com
status: active
- namespace: att-ebonding
name: AT&T eBonding APIs
version: "1.0"
baseUrl: https://devex-web.att.com/ebonding-common
status: active
resources:
- name: sms-messages
apis:
- att-wireless-apis
actions:
- send
- get-delivery-status
- get-inbound
- name: oauth-tokens
apis:
- att-wireless-apis
actions:
- create
- name: sim-swap
apis:
- att-network-apis
actions:
- check
- retrieve-date
- name: device-connectivity
apis:
- att-network-apis
actions:
- get
- name: device-roaming
apis:
- att-network-apis
actions:
- get
- name: number-verification
apis:
- att-network-apis
actions:
- verify
- name: qod-sessions
apis:
- att-network-apis
actions:
- create
- list
- get
- delete
- name: network-metrics
apis:
- att-network-apis
actions:
- get
- name: threat-assessment
apis:
- att-network-apis
actions:
- get
- name: service-qualification
apis:
- att-enterprise-connectivity
actions:
- check
- name: product-orders
apis:
- att-enterprise-connectivity
actions:
- create
- list
- get
actions:
- name: send
methods:
- POST
pattern: write
- name: check
methods:
- POST
pattern: query
- name: verify
methods:
- POST
pattern: query
- name: get
methods:
- GET
- POST
pattern: read
- name: create
methods:
- POST
pattern: write
- name: list
methods:
- GET
pattern: read
- name: delete
methods:
- DELETE
pattern: destructive
- name: retrieve-date
methods:
- POST
pattern: query
- name: get-delivery-status
methods:
- GET
pattern: read
- name: get-inbound
methods:
- GET
pattern: read
schemas:
messaging:
- name: SendSmsRequest
description: Request to send an SMS message
properties:
- address
- message
- name: SendSmsResponse
description: Response after sending SMS
properties:
- messageId
- resourceURL
- name: DeliveryInfo
description: SMS delivery status information
properties:
- address
- deliveryStatus
- name: InboundSmsMessage
description: Inbound SMS message data
properties:
- messageId
- message
- senderAddress
- dateTime
security:
- name: SimSwapCheckRequest
description: SIM swap detection request
properties:
- phoneNumber
- maxAge
- name: SimSwapCheckResponse
description: SIM swap detection result
properties:
- swapped
- name: NumberVerificationRequest
description: Phone number verification request
properties:
- phoneNumber
- name: NumberVerificationResponse
description: Number verification result
properties:
- devicePhoneNumberVerified
- name: ThreatAssessment
description: Device threat assessment
properties:
- riskLevel
- anomalyScore
- threats
connectivity:
- name: DeviceConnectivityStatus
description: Device network connectivity state
properties:
- connectivityStatus
- networkGeneration
- roaming
- name: DeviceRoamingStatus
description: Device roaming information
properties:
- roaming
- countryCode
- countryName
- name: NetworkMetrics
description: Network performance metrics
properties:
- networkGeneration
- signalStrength
- estimatedDownlinkThroughput
- estimatedLatency
- congestionLevel
qos:
- name: CreateSessionRequest
description: QoD session creation request
properties:
- phoneNumber
- qosProfile
- duration
- name: SessionInfo
description: QoD session details
properties:
- sessionId
- qosProfile
- qosStatus
- expiresAt
enterprise:
- name: ServiceQualificationRequest
description: Service availability check request
properties:
- address
- name: ProductOrder
description: Enterprise service order
properties:
- id
- externalId
- state
- orderDate
authentication:
schemes:
- name: OAuth 2.0 Client Credentials
type: oauth2
flows:
- client_credentials
apis:
- att-wireless-apis
- att-network-apis
- att-enterprise-connectivity
capability:
workflows:
- name: Wireless Messaging
file: capabilities/wireless-messaging.yaml
description: "SMS messaging and OAuth authentication for consumer and business applications"
apisComposed:
- att-wireless-apis
toolCount: 3
personas:
- App Developer
- Enterprise Developer
domains:
- Messaging
- Authentication
- name: Network Security
file: capabilities/network-security.yaml
description: "CAMARA network-based fraud prevention using SIM Swap and Number Verification"
apisComposed:
- att-network-apis
toolCount: 3
personas:
- Security Developer
- Identity Developer
domains:
- Security
- Authentication
personas:
- id: app-developer
name: App Developer
description: "Mobile or web developer building consumer applications on AT&T APIs"
workflows:
- Wireless Messaging
- id: enterprise-developer
name: Enterprise Developer
description: "Developer integrating AT&T enterprise connectivity and eBonding APIs"
workflows:
- Wireless Messaging
- id: security-developer
name: Security Developer
description: "Developer building fraud prevention and identity verification using AT&T network signals"
workflows:
- Network Security
- id: identity-developer
name: Identity Developer
description: "Developer implementing frictionless mobile authentication via AT&T network"
workflows:
- Network Security
- id: mvno-operator
name: MVNO Operator
description: "Mobile virtual network operator managing subscribers on AT&T infrastructure"
workflows: []
- id: telecom-engineer
name: Telecom Engineer
description: "Engineer integrating enterprise wireline services and eBonding systems"
workflows: []
domains:
- name: Messaging
description: SMS and in-app messaging services
resources:
- sms-messages
- name: Security
description: Network-based fraud detection and threat intelligence
resources:
- sim-swap
- number-verification
- threat-assessment
- name: Authentication
description: OAuth and network-based authentication
resources:
- oauth-tokens
- number-verification
- name: Connectivity
description: Device status, roaming, and QoS management
resources:
- device-connectivity
- device-roaming
- qod-sessions
- network-metrics
- name: Enterprise
description: Wireline service ordering and qualification
resources:
- service-qualification
- product-orders
crossReference:
- resource: sms-messages
operations:
- sendSms
- getSmsDeliveryStatus
- getInboundSms
workflows:
- Wireless Messaging
personas:
- App Developer
- Enterprise Developer
- resource: sim-swap
operations:
- checkSimSwap
- retrieveSimSwapDate
workflows:
- Network Security
personas:
- Security Developer
- resource: number-verification
operations:
- verifyPhoneNumber
workflows:
- Network Security
personas:
- Security Developer
- Identity Developer