- Healthcheck
- App Settings
- OS
- Finances
- Support
- Customer
- Auth
- Phones
- Popup Notifications
- Quick Invoice
- Contract Details
- Connection Status Has Notices
- List Contracts
- Connection Status
- Generate Login
- Password Update
- Password Recovery
- Referral (Indique um amigo)
- Enable Collect Calls
- Tax Notes
- Phone Details
- Due Date Availables
- Change Due date
- Request Address Change
- Service Protocol
- User Verify
- File Upload
- Paid Invoices
- Contract Term
- Interface
- Messages
- Resources
- SVAs
- Wi-FI
- Sales Onboarding
- Push Notifications
- Crypto
- Admin
- Proxy Integration
- OS
- Financials
- [OK][CD] Billing Dispute (Contestation)
- [OK][CD] Calls Extract
- [OK][CD] Check Trust Eligibility
- [OK][CD] Extract PDF Calls
- [OK][CD] Fast Access Invoice
- [OK][CD] Paid Invoice
- [OK][CD] List Records
- [OK][CD] Negotiation Parcels
- [OK][CD] Generate Payment Link
- [OK][CD] Negotiation Check Eligibility
- [OK][CD] Confim Negotiation
- [OK][CD] Tax Notes
- Contacts
- Contracts
- [OK][CD] List Products (SVAs) GET
- [OK][CD] Get Activation Link Product (SVA)GET
- [OK][CD] List ContractsGET
- [OK][CD] Contracts DetailsGET
- [OK][CD] Call HistoryGET
- [OK][CD] Enable Collect CallsPUT
- [OK][CD] List ProtocolsGET
- [OK][CD] Phone DetailsGET
- [OK][CD] Contract UnlockPOST
- [OK][CD] Contract Term GET
- [OK][CD] Connection StatusGET
- [OK][CD] Due Date AvailablesGET
- [OK][CD] Change Due date PUT
- [OK][CD] Contract Plan GET
- [OK][CD] List Devices WifiGET
- [OK][CD] Update WifiPUT
- [OK][CD] File Upload PaymentPOST
- Product SubscribePOST
- Messages
- Menus
- Customers
- Addresses
- Bookings
- FAQ
- Login
- Equipaments
- Config
- Cards
- Sales
- Massive Warnings
- Parameter
- Password Update
- Banners
- Products
[OK][CD] List Contracts
Developing
HML
HML
GET
{{BASE_ENDPOINT}}/app/v1/contracts
Request
Header Params
Authorization
string
optional
Example:
{{Authorization}}}
apiKey
string
optional
Example:
{{apiKey}}
Responses
🟢200Success
application/json
Body
object {0}
Example
{
"contracts": [
{
"id": "751329",
"number": "751329",
"pme": false,
"assigned_at": "2024-03-13",
"business_model": "B2C",
"is_suspended": true,
"status_description": "SUSP_DEBITO",
"sub_brand": "Giga+ Fibra",
"install_address": {
"street": "RUA UBELART",
"neighborhood": "CENTRO",
"number": "100",
"city": "CARMO",
"uf": "MG",
"complement": "",
"regional": "R4",
"cluster": "RS4.4",
"cep": "37.235-000",
"area_code": "CGT"
},
"mapped_status_description": "Suspenso por débito",
"can_access_home": true
},
{
"id": "751318",
"number": "751318",
"pme": false,
"assigned_at": "2024-03-01",
"business_model": "B2C",
"is_suspended": true,
"status_description": "CANCELADO",
"sub_brand": "Giga+ Fibra",
"install_address": {
"street": "AVENIDA JOSÉ HERCULANO",
"neighborhood": "TRAVESSAO",
"number": "162",
"city": "CARAGUATATUBA",
"uf": "RJ",
"complement": "",
"regional": "R4",
"cluster": "RS4.4",
"cep": "28.640-000",
"area_code": "CGT"
},
"mapped_status_description": "Cancelado",
"can_access_home": false
}
],
"blockClient": false
}