Using the Management APIs

Purpose

This documentation is aimed at developers who wish to integrate the FlexConnect Cloud APIs into their platform.


Topics to Cover

Swagger

       https://devext-api-core-us-e-001-wapp.azurewebsites.net/swagger/ui/index#/

All Header keys


  • For getting Compressed response, need to pass custom header in request.
    - Header name : Compression
    - Header Value : true/false

  • If header value is true then response will be compressed and two new headers will be added in response headers.
    - "content-encoding": "GZip"
    - "compression": "true"

  • If header value is false or header is not passed in request then there will be no change in response.