Helpdesk

The helpdesk allows you to view all information on your Tulu Switch account.

Helpdesk details

Helpdesk also help you to get detailed information on your Tulu Switch dashboard,to get all information on your helpdesk integration. Below is an example using cURL:



    const myHeaders = new Headers();
    myHeaders.append("token", "eyJhbGciOiJIUzI1NiIsInR5
    cCI6IkpXVCJ9.eyJyb2xlaWQiOiI2NDEiLCJ1c2Vy
    SWQiOiJmNDdiY2VjNy1iYjJhLTRhNmUtYTBhZC04MjJjZTQxZGZ
    kNTMiLCJpYXQiOjE3MDk5MTY2NzYsImV4cCI6MTcxMDAwMzA3Nn
    0.WVDALnt0gs5x-DSfaCfYC_8cFQRZGxOexqQGr7fU1dU");
    
    const requestOptions = {
      method: "GET",
      headers: myHeaders,
     
    };
    
    fetch("https://api.switch.tulupay.com/helpdesk/923033
    79-223e-4b9b-9b47-1e08ddf63e71", requestOptions)
      .then((response) => response.text())
      .then((result) => console.log(result))
      .catch((error) => console.error(error));
    

Request details

  • Endpoint:`https://api.switch.tulupay.com/helpdesk`
  • Method:`GET`
  • Headers:
  • Content-Type:`application/json`
  • Authorization:`public key`
  • Response details

    A successful response will contain a JSON object with helpdesk details. Here's a simplified example:

    
        {
            "statusCode": "00",
            "status": "success",
            "message": "helpdesk List.",
            "data": [],
            "datetime": "2024-03-08T17:06:54.000Z"
        }
        

    Contact Us for Developer Support

    Contact our dedicated developer support team for assistance, guidance, or any questions you have regarding Tuluswitch API integration. We're here to ensure your development experience is smooth and successful.

    Read Our Developer Blog for Insights

    Master the Tuluswitch API with our Developer Blog! Get expert insights, advanced tips, and industry trends beyond the documentation. Stay connected with the developer community to build exceptional payment platforms. Visit the blog now and unlock your full potential!