API Reference
Fibre Cafe APIs are developed to the OpenAPI 3 standards.
These are the APIs available on the Fibre Cafe. You can click on each API or use the drop-downs in the navigation bar for details of the endpoints available.
Tenant API
API for tenants to interact with Fibre Cafe suppliers
- /addresses - Find address details
- /service-availability - Check service availability
- /service|ethernet-orders - Create and manage orders
- /quote - Retrieve ethernet quotes
- /service-tests /service-problems - Manage T2R requests
- /[available-]appointments - List and reserve appointments
Supplier API
API for suppliers to implement to receive requests from tenants
- /service-availability - Return service availability
- /service|ethernet-orders - Manage service orders
- /quote - Handle ethernet quoting
- /service-tests /service-problems - handle T2R requests
- /[available-]appointments - List and reserve appointments
Tenant Updates API
API for tenants to implement to receive KCI updates from Fibre Cafe
- /kcis - Receive KCI (Keep Customer Informed) updates
Supplier Updates API
API for suppliers to send order KCI updates to Fibre Cafe
- /kcis - Send KCI (Keep Customer Informed) updates
Authentication API
Authenticate and obtain access tokens for Fibre Cafe APIs
- /tenant/token - Obtain access tokens for Tenant API
- /supplier/token - Obtain access tokens for Supplier Updates API