# Check SMM

To check an smm, replace the bold text (Order ID) with your ID for the smm you want to check.

  • Host: https://api.contasinfinity.com.br/api/v1/smm/get_status/ Order ID
  • Method HTTP: GET
  • Headers:
    • Accept: application/json
    • Authorization: Bearer SUA_API_KEY

# Response: STATUS 200 OK

{
    "service": 58,
    "quantity": 10,
    "link": "contasinfinity",
    "remains": 0,
    "start_count": 15329,
    "status": "Completed"
}
  • Possible Status:
    • In Queue: Queued to be processed.
    • Pending: Pending.
    • In progress: In progress.
    • Completed: Finished and completed.
    • Canceled: Canceled and refunded in full.
    • Partial: Partially completed and partially refunded.
    • Refunded: Refunded in full.

# Possible mistakes when querying SMS

# 1. Order not found: STATUS 200

This error occurs when the ORDER ID is not found.

 {
     "message": "order id not found."
 }