AT&T SIM Swap API
The SIM Swap API from AT&T — 2 operation(s) for sim swap.
The SIM Swap API from AT&T — 2 operation(s) for sim swap.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/att-sim-swap-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Att SIM Swap API
termsOfService: https://www.att.com/gen/general?pid=11561
x-refined-note:
- x-generated-from differs across the merged source definitions and was not carried
- x-last-validated differs across the merged source definitions and was not carried
version: '1.0'
description: 'Operations tagged SIM Swap across 2 of this provider''s published API definitions: att-network-apis.yaml, att-sim-swap-api.yaml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api.att.com/camara
description: AT&T CAMARA Network API Server
- url: https://api.att.com/camara/sim-swap/v1
description: AT&T CAMARA SIM Swap API endpoint
tags:
- name: SIM Swap
description: SIM card change detection for fraud prevention
paths:
/sim-swap/v1/check:
post:
operationId: checkSimSwap
summary: Check AT&T SIM Swap Status
description: Check whether a SIM swap has occurred for a phone number within a specified time period to detect fraud.
tags:
- SIM Swap
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/SimSwapCheckRequest'
examples:
check:
summary: SIM Swap Check
value:
phoneNumber: '+12125551234'
maxAge: 240
responses:
'200':
description: SIM swap check result
content:
application/json:
schema:
$ref: '#/components/schemas/SimSwapCheckResponse'
examples:
notSwapped:
summary: No Recent SIM Swap
value:
swapped: false
swapped:
summary: SIM Swap Detected
value:
swapped: true
'400':
description: Invalid request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'403':
description: Forbidden - insufficient permissions
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
security:
- oauth2: []
servers:
- url: https://api.att.com/camara
description: AT&T CAMARA Network API Server
/sim-swap/v1/retrieve-date:
post:
operationId: retrieveSimSwapDate
summary: Retrieve AT&T SIM Swap Date
description: Retrieve the most recent date when a SIM swap occurred for a given phone number.
tags:
- SIM Swap
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/SimSwapDateRequest'
examples:
retrieve:
summary: Retrieve SIM Swap Date
value:
phoneNumber: '+12125551234'
responses:
'200':
description: SIM swap date retrieved
content:
application/json:
schema:
$ref: '#/components/schemas/SimSwapDateResponse'
examples:
withDate:
summary: SIM Swap Date Found
value:
latestSimChange: '2026-04-15T14:30:00Z'
'404':
description: No SIM swap records found
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
security:
- oauth2: []
servers:
- url: https://api.att.com/camara
description: AT&T CAMARA Network API Server
/check:
post:
operationId: checkSimSwap
summary: AT&T Check SIM Swap
description: Check whether the SIM card associated with a mobile phone number has been swapped within a specified time period. Returns true/false indicating whether a SIM swap has been detected, optionally with the swap timestamp.
tags:
- SIM Swap
security:
- oauth2: []
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/SimSwapCheckRequest_2'
examples:
CheckSimSwapRequestExample:
summary: Default checkSimSwap request
x-microcks-default: true
value:
phoneNumber: '+12125551234'
maxAge: 240
responses:
'200':
description: SIM swap check result
content:
application/json:
schema:
$ref: '#/components/schemas/SimSwapCheckResponse_2'
examples:
CheckSimSwap200Example:
summary: Default checkSimSwap 200 response
x-microcks-default: true
value:
swapped: false
'400':
description: Bad request - invalid phone number format or parameters
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorInfo'
'401':
description: Unauthorized - invalid or missing access token
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorInfo'
'403':
description: Forbidden - insufficient permissions
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorInfo'
'404':
description: Phone number not found or not AT&T subscriber
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorInfo'
'429':
description: Too many requests - rate limit exceeded
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorInfo'
x-microcks-operation:
delay: 0
dispatcher: FALLBACK
servers:
- url: https://api.att.com/camara/sim-swap/v1
description: AT&T CAMARA SIM Swap API endpoint
/retrieve-date:
post:
operationId: retrieveSimSwapDate
summary: AT&T Retrieve SIM Swap Date
description: Retrieve the date and time of the most recent SIM swap for a mobile phone number. Returns the timestamp of the last SIM card change or null if no recent swap has been detected.
tags:
- SIM Swap
security:
- oauth2: []
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/SimSwapDateRequest_2'
examples:
RetrieveSimSwapDateRequestExample:
summary: Default retrieveSimSwapDate request
x-microcks-default: true
value:
phoneNumber: '+12125551234'
responses:
'200':
description: SIM swap date retrieved
content:
application/json:
schema:
$ref: '#/components/schemas/SimSwapDateResponse_2'
examples:
RetrieveSimSwapDate200Example:
summary: Default retrieveSimSwapDate 200 response
x-microcks-default: true
value:
latestSimChange: null
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorInfo'
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorInfo'
'404':
description: Phone number not found
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorInfo'
x-microcks-operation:
delay: 0
dispatcher: FALLBACK
servers:
- url: https://api.att.com/camara/sim-swap/v1
description: AT&T CAMARA SIM Swap API endpoint
components:
schemas:
ErrorResponse:
type: object
properties:
status:
type: integer
description: HTTP status code
code:
type: string
description: CAMARA error code
message:
type: string
description: Error description
SimSwapDateResponse:
type: object
properties:
latestSimChange:
type: string
format: date-time
description: Timestamp of most recent SIM swap
SimSwapCheckRequest:
type: object
required:
- phoneNumber
properties:
phoneNumber:
type: string
description: E.164 format phone number
pattern: ^\+[1-9]\d{1,14}$
maxAge:
type: integer
description: Maximum age in hours for SIM swap lookback period
minimum: 1
maximum: 2400
SimSwapCheckResponse:
type: object
properties:
swapped:
type: boolean
description: Whether a SIM swap occurred within the specified time period
SimSwapDateRequest:
type: object
required:
- phoneNumber
properties:
phoneNumber:
type: string
description: E.164 format phone number
pattern: ^\+[1-9]\d{1,14}$
SimSwapDateResponse_2:
type: object
properties:
latestSimChange:
type:
- string
- 'null'
format: date-time
description: Date and time of the most recent SIM swap, or null if no swap has been detected recently.
example: null
SimSwapCheckRequest_2:
type: object
required:
- phoneNumber
properties:
phoneNumber:
type: string
description: Mobile phone number in E.164 format associated with the SIM to check.
example: '+12125551234'
maxAge:
type: integer
description: Maximum age in hours to check for a SIM swap. If not provided, the default lookback period is used.
minimum: 1
maximum: 2400
example: 240
SimSwapCheckResponse_2:
type: object
properties:
swapped:
type: boolean
description: True if a SIM swap was detected within the maxAge period, false otherwise.
example: false
ErrorInfo:
type: object
properties:
status:
type: integer
description: HTTP status code
example: 400
code:
type: string
description: CAMARA error code
example: INVALID_ARGUMENT
message:
type: string
description: Human-readable error message
example: Invalid phone number format. Must be E.164.
SimSwapDateRequest_2:
type: object
required:
- phoneNumber
properties:
phoneNumber:
type: string
description: Mobile phone number in E.164 format
example: '+12125551234'
securitySchemes:
oauth2:
type: oauth2
flows:
clientCredentials:
tokenUrl: https://api.att.com/oauth/v4/token
scopes:
network: Access AT&T network APIs
x-refined-from:
- att-network-apis.yaml
- att-sim-swap-api.yaml