SocialBoost

GET /orders/{id}

Récupère le statut détaillé d'une commande.

Endpoint

GET/api/public/v1/orders/{id}

Exemple

curl https://api.boostapi.store/api/public/v1/orders/uuid \
  -H "Authorization: Bearer sb_live_xxxxx"

Réponse

{
  "data": {
    "id": "uuid",
    "status": "in_progress",
    "quantity": 1000,
    "start_count": 5230,
    "remains": 420,
    "charge_usd": 1.25
  }
}