SIM Swap Retrieve Date

Retrieve SIM swap date

Get timestamp of last SIM swap event for a mobile user account. Authentication: provide either jwt_token header (preferred) or api_key header.

post
https://api2.uat.konera.com/camara/sim-swap/retrieve-date

Headers

x-correlatorstring

Correlation id for the different services

Match pattern:^[a-zA-Z0-9-_:;./<>{}]{0,256}$

Example:b4333c46-49c0-4f62-80d7-f0ef930f1c46

x-phone-numberstring

E.164 digits without ‘+’. If not provided, include “phoneNumber” in the request body.

Example:17147684731

Body

application/json

Create a SIM swap date request for a phone number.

CreateSimSwapDate

phoneNumberstring

International E.164 format, prefixed with ‘+’.

Match pattern:^\+[1-9][0-9]{4,14}$

Example:+346661113334

Response

application/json

Contains information about SIM swap change

SimSwapInfo

latestSimChangestring | null(date-time)required

Timestamp of latest SIM swap performed. RFC 3339 with time zone.

Example:2023-07-03T14:27:08.312+02:00

monitoredPeriodinteger

Timeframe in days for SIM card change supervision for the phone number. It could be valued in the response if the latest SIM swap occurred before this monitored period.

Example:120

post/camara/sim-swap/retrieve-date

Body

{}
 
application/json

XCorrelator

string

Match pattern:^[a-zA-Z0-9-_:;./<>{}]{0,256}$

Example

SimSwapInfo

object
latestSimChangestring(date-time)required

Timestamp of latest SIM swap performed. RFC 3339 with time zone.

Example:2023-07-03T14:27:08.312+02:00

monitoredPeriodinteger

Timeframe in days for SIM card change supervision for the phone number. It could be valued in the response if the latest SIM swap occurred before this monitored period.

Example:120

Example

PhoneNumber

string

International E.164 format, prefixed with ‘+’.

Match pattern:^\+[1-9][0-9]{4,14}$

Example

CreateSimSwapDate

object
phoneNumberstring

International E.164 format, prefixed with ‘+’.

Match pattern:^\+[1-9][0-9]{4,14}$

Example:+346661113334

Example