Skip to main content
GET
/
costummer
/
id
cURL
curl --request GET \
  --url https://api.allcomtelecom.com/api:XUynQtIz/costummer/id
{
  "id": 0,
  "created_at": "now",
  "accounts_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "account_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "company_name": "string",
  "fantasy_name": "string",
  "tax_id": "string",
  "api_token": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "webhook": "string"
}

Query Parameters

token
string
required
Example:

"20234397fs9vcd978qr308q9703cbfdbd9vuy07wrw97rq90qrw08"

page
string
default:1
Example:

"1"

per_page
string
default:25
Example:

"25"

offset
string
default:null
Example:

"offset"

id
string
required
Example:

"123"

Response

Listagem de dispositivos retornada com sucesso.

Success!
string
Example:
{
"id": 0,
"created_at": "now",
"accounts_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"account_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"company_name": "string",
"fantasy_name": "string",
"tax_id": "string",
"api_token": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"webhook": "string"
}