Skip to Content

BusinessDocumentsApi

All URIs are relative to https://business.apis.kesk.app/v1 

MethodHTTP requestDescription
getAllRequiredBusinessDocumentsGET /onboarding/required-business-documentsList required business documents.
getRequiredBusinessDocumentsByLocationGET /onboarding/required-business-documents/locationList required business documents by location.

getAllRequiredBusinessDocuments

BusinessDocumentResponse getAllRequiredBusinessDocuments(country_id, state_id, city_id)

List required business documents.

Parameters

NameTypeDescriptionNotes
country_idLong[optional] [default to null]
state_idLong[optional] [default to null]
city_idLong[optional] [default to null]

Return type

BusinessDocumentResponse

Authorization

JwtAuthScheme

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json; charset=utf-8

getRequiredBusinessDocumentsByLocation

BusinessDocumentResponse getRequiredBusinessDocumentsByLocation(country_id_path, state_id, city_id)

List required business documents by location.

Parameters

NameTypeDescriptionNotes
country_id_pathLong[default to null]
state_idLong[optional] [default to null]
city_idLong[optional] [default to null]

Return type

BusinessDocumentResponse

Authorization

JwtAuthScheme

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json; charset=utf-8