Skip to main content
POST
/
api
/
v1
/
catalogs
/
chips
/
refresh-endpoint-info
Refresh endpoint information for all chips from Emnify API
curl --request POST \
  --url https://api.raul.ugps.io/api/v1/catalogs/chips/refresh-endpoint-info \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "created": 123,
  "updated": 123,
  "errors": 123,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Response

200 - application/json
success
boolean
required

Whether sync was successful

created
number
required

Number of created items

updated
number
required

Number of updated items

errors
number
required

Number of errors

message
string
required

Result message