Push GPS Pin from Smart Bag

POST /gps-bag

Responses

  • 400

    Client error

    Hide response attribute Show response attribute object
    • message string Required

      A human readable error message

  • 200

    Smart Bag GPS Pin is reported

POST /gps-bag
curl \
 -X POST https://api.spotlumos.com/gps-bag \
 -H "X-API-KEY: $API_KEY"
Response examples (400)
{
  "message": "string"
}
Response examples (400)
{
  "message": "string"
}