Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.19 KB

File metadata and controls

54 lines (34 loc) · 1.19 KB

PDFGeneratorAPI.MiscApi

All URIs are relative to https://us1.pdfgeneratorapi.com/api/v4

Method HTTP request Description
getStatus GET /status Get Service Status

getStatus

GetStatus200Response getStatus()

Get Service Status

Returns service status / health

Example

import PDFGeneratorAPI from 'pdf-generator-api-client';
let defaultClient = PDFGeneratorAPI.ApiClient.instance;
// Configure Bearer (JWT) access token for authorization: JSONWebTokenAuth
let JSONWebTokenAuth = defaultClient.authentications['JSONWebTokenAuth'];
JSONWebTokenAuth.accessToken = "YOUR ACCESS TOKEN"

let apiInstance = new PDFGeneratorAPI.MiscApi();
apiInstance.getStatus((error, data, response) => {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
});

Parameters

This endpoint does not need any parameter.

Return type

GetStatus200Response

Authorization

JSONWebTokenAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json