Skip to main content
POST
/
api
/
v1
/
catalogs
/
chips
Create a new Chip catalog entry
curl --request POST \
  --url https://api.raul.ugps.io/api/v1/catalogs/chips \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "iccid": "<string>",
  "phone": "<string>",
  "imsi": "<string>",
  "endpointId": 123,
  "endpointName": "<string>",
  "statusId": 123,
  "statusDescription": "<string>",
  "ipAddress": "<string>",
  "tariffId": 123,
  "tariffName": "<string>",
  "serviceProfileId": 123,
  "simBatchId": 123,
  "operator": "<string>",
  "networkType": "<string>"
}
'
{
  "id": 123,
  "syncedAt": "2023-11-07T05:31:56Z",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "phone": {},
  "iccid": {},
  "imsi": {},
  "endpointId": {},
  "endpointName": {},
  "statusId": {},
  "statusDescription": {},
  "ipAddress": {},
  "tariffId": {},
  "tariffName": {},
  "serviceProfileId": {},
  "simBatchId": {},
  "activationDate": {},
  "lastConnection": {},
  "operator": {},
  "networkType": {},
  "endpointInfoUpdatedAt": {}
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json
iccid
string
required

ICCID (SIM card identifier)

phone
string

Phone number

imsi
string

IMSI (International Mobile Subscriber Identity)

endpointId
number

Endpoint ID in Emnify

endpointName
string

Endpoint name in Emnify

statusId
number

Status ID

statusDescription
string

Status description

ipAddress
string

IP address

tariffId
number

Tariff ID

tariffName
string

Tariff name

serviceProfileId
number

Service profile ID

simBatchId
number

SIM batch ID

operator
string

Operator name

networkType
string

Network type

Response

201 - application/json
id
number
required

Unique identifier

syncedAt
string<date-time>
required

Last sync date

createdAt
string<date-time>
required

Creation date

updatedAt
string<date-time>
required

Last update date

phone
object

Phone number

iccid
object

ICCID (SIM card identifier)

imsi
object

IMSI (International Mobile Subscriber Identity)

endpointId
object

Endpoint ID in Emnify

endpointName
object

Endpoint name in Emnify

statusId
object

Status ID

statusDescription
object

Status description

ipAddress
object

IP address

tariffId
object

Tariff ID

tariffName
object

Tariff name

serviceProfileId
object

Service profile ID

simBatchId
object

SIM batch ID

activationDate
object

Activation date

lastConnection
object

Last connection date

operator
object

Operator name

networkType
object

Network type (2G, 3G, 4G, etc.)

endpointInfoUpdatedAt
object

Endpoint info last update