MCP Server and Resource Metrics

  • Server URL: https://<domain>/foundation/mcp
  • Total Tools: 100
  • Total Error Codes: 12

Server Overview

The MCP server provides a robust suite of 100 tools designed to manage and optimize user presets, templates, stores, associations, site data, sellers, businesses, caching, and system configurations, enabling seamless integration, efficient data handling, and enhanced operational workflows for businesses.

Tools

The following table lists the available MCP tools for Foundation service along with their descriptions and required/optional parameters:

Tool Name Tool Description Required Parameters Optional Parameters
loadUserPresets This tool retrieves all user presets based on User ID and optional query parameters like type, filter, pagination, and sorting.
  • x-auth-token
  • userInfo
  • filter
  • x-api-key
  • x-locale
  • x-version
  • type
  • page
  • size
  • filters
  • sort
updateUserPreset This tool updates the User Preset using the User Preset ID and returns various responses based on success or error conditions.
  • x-auth-token
  • userInfo
  • userPresetId
  • x-api-key
  • x-locale
  • x-version
  • createdBy
  • updatedBy
  • id
  • userId
  • storeId
  • serviceCollectionId
  • type
  • name
  • value
createUserPresets This tool creates a User Preset using a required User ID and returns various status codes with corresponding JSON responses.
  • x-auth-token
  • userInfo
  • x-api-key
  • x-locale
  • x-version
  • createdBy
  • updatedBy
  • id
  • userId
  • storeId
  • serviceCollectionId
  • type
  • name
  • value
deleteUserPreset This tool deletes a User Preset based on the User Preset ID and provides various response codes for success or errors.
  • x-auth-token
  • userInfo
  • userPresetId
  • x-api-key
  • x-locale
  • x-version
updateTemplateProperty This tool updates all template properties using `templateId` and `businessId` with various response codes indicating success or errors.
  • x-auth-token
  • businessId
  • templateId
  • x-api-key
  • x-locale
  • x-version
createTeamplateProperties This tool creates template properties using `templateId` and `businessId` parameters, with various response codes indicating success or errors.
  • x-auth-token
  • templateId
  • businessId
  • x-api-key
  • x-locale
  • x-version
findById This tool retrieves a configuration template using templateId and businessId, with responses indicating success or various errors.
  • x-auth-token
  • templateId
  • x-locale
  • businessId
  • x-api-key
  • x-version
updateTemplate This tool updates a template using required parameters and provides various response codes with detailed JSON outputs.
  • x-auth-token
  • templateId
  • businessId
  • storeId
  • x-api-key
  • x-locale
  • x-version
  • status
  • supportedLocales
  • defaultLocale
  • properties
deleteById This tool deletes a configuration template using `templateId` and `businessId`, returning success or error responses with detailed properties.
  • x-auth-token
  • templateId
  • businessId
  • x-api-key
  • x-locale
  • x-version
patchTemplate This tool updates all or specific template attributes using templateId, businessId, and storeId, with detailed success and error responses.
  • x-auth-token
  • templateId
  • businessId
  • storeId
  • x-api-key
  • x-locale
  • x-version
  • status
  • supportedLocales
  • defaultLocale
  • properties
getStore This tool provides details of a specific store using a unique storeId parameter, with responses indicating success or various error states.
  • storeId
  • x-api-key
  • x-auth-token
  • x-locale
  • x-version
replaceStore This tool updates store details using a unique storeId and returns various store attributes or error codes based on the response.
  • x-auth-token
  • storeId
  • x-api-key
  • businessId
  • name
  • status
  • type
  • timeZone
  • defaultLocale
  • defaultShippingRegion
  • defaultCurrency
  • locales
  • currencies
  • shippings
  • x-locale
  • x-version
  • id
  • previewUrl
  • launchUrl
  • logoUrl
  • properties
  • associations
  • createdBy
  • updatedBy
  • allowPreview
updateStore This tool updates all or specific attributes of a store based on the provided store object and unique store identifier.
  • x-auth-token
  • storeId
  • x-api-key
  • businessId
  • name
  • status
  • type
  • timeZone
  • defaultLocale
  • defaultShippingRegion
  • defaultCurrency
  • locales
  • currencies
  • shippings
  • x-locale
  • x-version
  • id
  • previewUrl
  • launchUrl
  • logoUrl
  • properties
  • associations
  • createdBy
  • updatedBy
  • allowPreview
getStoreProperties This tool retrieves a store’s property list based on specified parameters and provides detailed responses for success or errors.
  • x-auth-token
  • filter
  • storeId
  • x-api-key
  • x-locale
  • x-version
  • page
  • size
  • filters
  • sort
replaceStoreProperties This tool updates a store’s property list using a unique store ID, returning various responses based on success or errors.
  • x-auth-token
  • storeId
  • x-api-key
  • x-locale
  • x-version
  • properties
createStoreProperties This tool generates a list of properties for a specified store using a unique store ID, with detailed success and error response formats.
  • x-auth-token
  • storeId
  • x-api-key
  • x-locale
  • x-version
  • properties
getStorePropertyByName This tool retrieves a specific property of a store using its unique store ID and property name.
  • x-auth-token
  • storeId
  • name
  • x-api-key
  • x-locale
  • x-version
updateStorePropertyByName This tool updates a specific property of a store using its unique store ID and property name, returning success or error responses based on the operation.
  • x-auth-token
  • storeId
  • name__path
  • x-api-key
  • name
  • x-locale
  • x-version
  • value
  • description
deleteStorePropertyByName This tool removes a specified property from a store using its unique identifier and property name, returning various status codes based on the outcome.
  • x-auth-token
  • storeId
  • name
  • x-api-key
  • x-locale
  • x-version
getAssociations This tool retrieves all associations of a specified store using path and query parameters, with detailed response formats for success and errors.
  • x-auth-token
  • storeId
  • filter
  • x-api-key
  • x-locale
  • x-version
  • page
  • size
  • filters
  • sort
replaceAssociations This tool updates a store’s association list using a unique store identifier and returns detailed responses based on success or error conditions.
  • x-auth-token
  • storeId
  • x-api-key
  • x-locale
  • x-version
  • associations
createAssociations This tool generates a list of associations for a specified store using its unique identifier.
  • x-auth-token
  • storeId
  • x-api-key
  • x-locale
  • x-version
  • associations
getAssociationByName This tool provides an association between a specified store and its service or collection details.
  • x-auth-token
  • storeId
  • name
  • collectionId
  • x-api-key
  • x-locale
  • x-version
updateAssociationByName This tool updates a specified store’s association using required path and query parameters, with detailed success and error responses.
  • x-auth-token
  • storeId
  • name__path
  • collectionId__query
  • x-api-key
  • name
  • x-locale
  • x-version
  • collectionId
  • defaultAssociation
  • properties
  • jurisdiction
  • createdBy
  • updatedBy
  • id
deleteAssociationByName This tool deletes a specific association of a store using required parameters and returns various response codes based on the outcome.
  • x-auth-token
  • storeId
  • name
  • collectionId
  • x-api-key
  • x-locale
  • x-version
getAssociationProperties This tool provides a list of properties for an associated service based on specified parameters and returns responses in JSON format.
  • x-auth-token
  • storeId
  • name
  • filter
  • x-api-key
  • x-locale
  • x-version
  • page
  • size
  • filters
  • sort
replaceAssociationProperties This tool updates the properties of a service using store, name, and collection identifiers, with detailed success and error responses.
  • x-auth-token
  • storeId
  • name
  • collectionId
  • x-api-key
  • x-locale
  • x-version
  • properties
createAssociationProperties This tool generates a list of properties for a specified service using store, name, and collection identifiers, with detailed response codes and formats.
  • x-auth-token
  • storeId
  • name
  • collectionId
  • x-api-key
  • x-locale
  • x-version
  • properties
getAssociationPropertyByName This tool retrieves specific properties of an associated service using path and query parameters, returning JSON responses for various status codes.
  • x-auth-token
  • storeId
  • name
  • propertyName
  • collectionId
  • x-api-key
  • x-locale
  • x-version
updateAssociation
PropertyByName
This tool updates a specific property of an associated service using required parameters and returns success or error responses in JSON format.
  • x-auth-token
  • storeId
  • name__path
  • propertyName
  • collectionId__query
  • x-api-key
  • name
  • x-locale
  • x-version
  • value
  • collectionId
deleteAssociation
PropertyByName
This tool deletes a specific property of an associated service using required path and query parameters, returning various response codes based on the operation’s outcome.
  • x-auth-token
  • storeId
  • name
  • propertyName
  • collectionId
  • x-api-key
  • x-locale
  • x-version
getSiteDataServiceAssociation This tool provides siteServiceAssociation details using a unique identifier and returns various response codes with JSON data.
  • x-auth-token
  • sitedataServiceAssociationId
  • x-api-key
  • x-locale
  • x-version
replaceSitedata
ServiceAssociation
This tool updates sitedataServiceAssociation details using specific path and query parameters, returning various response codes based on success or errors.
  • x-auth-token
  • sitedataId
  • sitedataServiceAssociationId
  • x-api-key
  • x-locale
  • x-version
  • service
  • value
deleteSitedata
ServiceAssociation
This tool deletes a specific siteServiceAssociation using a unique identifier and provides various response codes based on the operation’s outcome.
  • sitedataServiceAssociationId
  • x-api-key
  • x-auth-token
  • x-locale
  • x-version
patchSitedata
ServiceAssocition
This tool updates store attributes for a given sitedataServiceAssociation using specified parameters and returns detailed responses based on success or error conditions.
  • x-auth-token
  • sitedataId
  • sitedataServiceAssociationId
  • x-api-key
  • x-locale
  • x-version
  • service
  • value
findById_1 This tool provides Site Data Association details using a unique identifier with responses for success or various error states.
  • x-auth-token
  • sitedataAssociationId
  • x-api-key
  • x-locale
  • x-version
updateSiteDataAssociation This tool updates Site Data Association details using unique identifiers and provides responses for success or various error conditions.
  • x-auth-token
  • sitedataAssociationId
  • siteId__query
  • sitedataId
  • x-api-key
  • x-locale
  • x-version
  • id
  • siteId
  • siteDataId
  • mode
  • createdBy
  • updatedBy
deleteById_1 This tool deletes Site Data Association data for a given unique identifier and provides detailed response codes and messages.
  • x-auth-token
  • sitedataAssociationId
  • x-api-key
  • x-locale
  • x-version
updateSiteDataAssociation_1 This tool updates all or selected attributes of a Site Data Association using unique identifiers for site, site data, and association, with various response codes indicating success or errors.
  • x-auth-token
  • sitedataAssociationId
  • siteId__query
  • sitedataId
  • x-api-key
  • x-locale
  • x-version
  • id
  • siteId
  • siteDataId
  • mode
  • createdBy
  • updatedBy
findById_2 This tool retrieves site data using a unique identifier, with responses indicating success or various error states.
  • x-auth-token
  • sitedataId
  • x-api-key
  • x-locale
  • x-version
replaceSiteData This tool updates SiteData details using path and query parameters, returning various responses based on the request’s outcome.
  • x-auth-token
  • sitedataId
  • siteId__query
  • x-api-key
  • x-locale
  • x-version
  • id
  • siteId
  • config
  • market
  • storeName
  • templateId
  • createdBy
  • updatedBy
deleteById_2 This tool deletes site data for a given unique identifier and provides response codes/messages for success or errors.
  • x-auth-token
  • sitedataId
  • x-api-key
  • x-locale
  • x-version
updateSiteData This tool updates all or specific siteData attributes for a given site using unique identifiers and provides various response codes based on the operation’s outcome.
  • x-auth-token
  • sitedataId
  • siteId__query
  • x-api-key
  • x-locale
  • x-version
  • id
  • siteId
  • config
  • market
  • storeName
  • templateId
  • createdBy
  • updatedBy
getSites This tool provides site details based on a unique siteId, with various response codes for success or errors.
  • x-auth-token
  • siteId
  • x-api-key
  • x-locale
  • x-version
replaceSite This tool updates site details using a unique site identifier and returns various responses based on the request’s success or error status.
  • x-auth-token
  • siteId
  • x-api-key
  • domain
  • x-locale
  • x-version
deleteSite This tool deletes a site using its unique site ID, returning various response codes based on the outcome.
  • x-auth-token
  • siteId
  • x-api-key
  • x-locale
  • x-version
updateSite This tool updates all or selected attributes of a specified site using its unique identifier and provides various responses based on the request outcome.
  • x-auth-token
  • siteId
  • x-api-key
  • domain
  • x-locale
  • x-version
getSellerById This tool retrieves seller details using a unique sellerId and provides various response codes based on the request outcome.
  • x-auth-token
  • sellerId
  • x-api-key
  • x-locale
  • x-version
replaceSeller This tool updates a seller using unique identifiers for seller, store, and site, returning success or error responses in JSON format.
  • x-auth-token
  • sellerId
  • storeId
  • siteId
  • x-api-key
  • userId
  • x-locale
  • x-version
deleteSeller This tool deletes a seller using their unique sellerId and returns appropriate response codes and messages based on the operation’s outcome.
  • x-auth-token
  • sellerId
  • x-api-key
  • x-locale
  • x-version
updateSeller This tool updates all or specific seller attributes using sellerId, storeId, and siteId, with responses ranging from success to various error codes.
  • x-auth-token
  • sellerId
  • storeId
  • siteId
  • x-api-key
  • userId
  • x-locale
  • x-version
getBusiness This tool retrieves business details using a unique businessId and provides structured responses for success or errors.
  • x-auth-token
  • businessId
  • x-api-key
  • x-locale
  • x-version
replaceBusiness This tool updates a business by its ID and provides detailed responses for success or various error conditions.
  • x-auth-token
  • businessId
  • x-api-key
  • name
  • status
  • services
  • x-locale
  • x-version
  • createdBy
  • updatedBy
  • id
  • storageServiceUrl
  • cdnUrl
  • logoUrl
  • defaultLocale
  • defaultCurrency
  • properties
updateBusiness This tool updates all or specific attributes of a business using its ID and detailed request body.
  • x-auth-token
  • businessId
  • x-api-key
  • name
  • status
  • services
  • x-locale
  • x-version
  • createdBy
  • updatedBy
  • id
  • storageServiceUrl
  • cdnUrl
  • logoUrl
  • defaultLocale
  • defaultCurrency
  • properties
getStoreServiceProperties This tool retrieves service properties of a specified store using unique business and store IDs.
  • x-auth-token
  • businessId
  • storeId
  • x-api-key
  • x-locale
  • x-version
replaceStoreServiceProperties This tool generates a list of service properties for a specified store using unique business and store IDs.
  • x-auth-token
  • businessId
  • storeId
  • x-api-key
  • x-locale
  • x-version
getBusinessProperties This tool retrieves filtered business properties for a specific business ID, applying sort, search, pagination, and filter criteria.
  • x-auth-token
  • businessId
  • filter
  • x-api-key
  • x-locale
  • x-version
  • page
  • size
  • filters
  • sort
replaceBusinessProperties This tool updates a business’s property list using a unique business ID and provides responses for success or various errors.
  • x-auth-token
  • businessId
  • x-api-key
  • x-locale
  • x-version
createBusinessProperties This tool generates a list of unique business properties for a specified business ID, with detailed response codes and formats.
  • x-auth-token
  • businessId
  • x-api-key
  • x-locale
  • x-version
getBusinessPropertyByName This tool retrieves a specific business property based on the provided business ID and property name, returning detailed responses for success or various error states.
  • x-auth-token
  • businessId
  • name
  • x-api-key
  • x-locale
  • x-version
updateBusiness
PropertyByName
This tool updates a specific business property using a unique business ID and property name, returning success or error responses based on the operation.
  • x-auth-token
  • businessId
  • name__path
  • x-api-key
  • value
  • x-locale
  • x-version
  • createdBy
  • updatedBy
  • name
deleteBusiness
PropertyByName
This tool deletes a specific business property using a unique business ID and property name, returning success or error responses with details.
  • x-auth-token
  • businessId
  • name
  • x-api-key
  • x-locale
  • x-version
findAll This tool retrieves all configuration templates based on query parameters and provides structured JSON responses for success or various error codes.
  • x-auth-token
  • businessId
  • storeId
  • filter
  • x-api-key
  • x-locale
  • x-version
  • page
  • size
  • filters
  • sort
createTemplate This tool creates a template using storeId and businessId, returning various response codes and JSON properties based on the outcome.
  • x-auth-token
  • storeId
  • businessId
  • x-api-key
  • x-locale
  • x-version
  • status
  • supportedLocales
  • defaultLocale
  • properties
getStores This tool retrieves all stores associated with a specified business using various query parameters and provides detailed response properties.
  • x-auth-token
  • businessId
  • filter
  • x-api-key
  • x-locale
  • x-version
  • collectionId
  • serviceName
  • page
  • size
  • filters
  • sort
createStore This tool creates a store using a valid business ID and returns detailed store properties upon success.
  • x-auth-token
  • x-api-key
  • businessId
  • name
  • status
  • type
  • timeZone
  • defaultLocale
  • defaultShippingRegion
  • defaultCurrency
  • locales
  • currencies
  • shippings
  • x-locale
  • x-version
  • businessId__query
  • id
  • previewUrl
  • launchUrl
  • logoUrl
  • properties
  • associations
  • createdBy
  • updatedBy
  • allowPreview
getAllSitedata
ServiceAssoctaions
This tool provides all SitedataServiceAssociations for a specified sitedataId with filtering, sorting, and pagination options.
  • x-auth-token
  • sitedataId
  • filter
  • x-api-key
  • x-locale
  • x-version
  • page
  • size
  • filters
  • sort
createSitedat
ServiceAssociation
This tool links sitedata with a service, using a valid sitedata ID to create associations and returning various responses based on success or errors.
  • x-auth-token
  • sitedataId
  • x-api-key
  • x-locale
  • x-version
  • service
  • value
getSites_1 This tool retrieves all sites of a specified seller with filtering, sorting, and detailed response options.
  • filter
  • x-api-key
  • x-locale
  • x-version
  • page
  • size
  • filters
  • sort
createSite This tool creates a site and returns detailed responses based on success or error conditions.
  • x-auth-token
  • x-api-key
  • domain
  • x-locale
  • x-version
findAll_1 This tool retrieves site data for a specified site using query parameters like siteId, filters, pagination, and sorting, with detailed response codes and examples.
  • x-auth-token
  • siteId
  • filter
  • x-api-key
  • x-locale
  • x-version
  • page
  • size
  • filters
  • sort
create This tool creates siteData using a unique siteId and provides responses for success, errors, or authorization issues.
  • x-auth-token
  • siteId__query
  • x-api-key
  • x-locale
  • x-version
  • id
  • siteId
  • config
  • market
  • storeName
  • templateId
  • createdBy
  • updatedBy
findAll_2 This tool retrieves Site Data Association details for a specified site using query parameters like siteId, filter, pagination, sorting, and complex criteria.
  • x-auth-token
  • siteId
  • filter
  • x-api-key
  • x-locale
  • x-version
  • page
  • size
  • filters
  • sort
create_1 This tool creates a SiteDataAssociation using siteId and sitedataId, with responses indicating success or various error states.
  • x-auth-token
  • siteId__query
  • sitedataId
  • x-api-key
  • x-locale
  • x-version
  • id
  • siteId
  • siteDataId
  • mode
  • createdBy
  • updatedBy
createSeller This tool creates a seller using storeId and siteId, returning success or error responses based on the request.
  • x-auth-token
  • storeId
  • siteId
  • x-api-key
  • userId
  • x-locale
  • x-version
refreshApi This tool updates secret keys without restarting, clears instance data for AWS calls, and uses `keyName` and `resetRequired` parameters.
  • x-auth-token
  • keyName
  • resetRequired
  • x-api-key
None
cacheClear This tool clears cached data based on specified cache names, supports string-type keys, and clears all cache if no key or pattern is provided.
  • x-auth-token
  • cacheName
  • x-api-key
  • cacheKey
  • pattern
cacheClear_1 This tool clears cached data using dynamic cache keys and returns a JSON response with a code, message, and timestamp.
  • x-api-key
  • cacheNames
  • cacheKey
  • simpleKey
  • pattern
getBusinesses This tool provides filtered business listings based on sort, search, page, and size parameters, with detailed response and error handling.
  • x-auth-token
  • filter
  • x-api-key
  • x-locale
  • x-version
  • page
  • size
  • filters
  • sort
createBusiness This tool generates a business with a unique name and provides detailed response properties for success or error cases.
  • x-auth-token
  • x-api-key
  • name
  • status
  • services
  • x-locale
  • x-version
  • createdBy
  • updatedBy
  • id
  • storageServiceUrl
  • cdnUrl
  • logoUrl
  • defaultLocale
  • defaultCurrency
  • properties
getStoreServiceProperty This tool provides details about a specific service property of a store using unique identifiers for the business, store, and property.
  • x-auth-token
  • businessId
  • storeId
  • id
  • x-api-key
  • x-locale
  • x-version
updateStoreServiceProperty This tool updates specific service property attributes of a store using unique identifiers and a request body.
  • x-auth-token
  • businessId__path
  • storeId__path
  • id__path
  • x-api-key
  • name
  • x-locale
  • x-version
  • createdBy
  • updatedBy
  • id
  • businessId
  • storeId
  • serviceName
  • value
getTemplateByNameProperties This tool retrieves template properties using specified parameters and returns responses based on success or error codes.
  • x-auth-token
  • templateId
  • name
  • businessId
  • x-locale
  • x-api-key
  • version
deleteTeamplateProperty This tool deletes a template property using required parameters and returns status codes with detailed responses.
  • x-auth-token
  • name
  • businessId
  • templateId
  • x-api-key
  • x-locale
  • x-version
getAllSellersByStoreId This tool retrieves all sellers of a specified store based on query parameters like filters, pagination, and sorting.
  • x-auth-token
  • storeId
  • filter
  • x-api-key
  • x-locale
  • x-version
  • page
  • size
  • filters
  • sort
getAllSellersBySiteId This tool retrieves all sellers from a specified site with filtering, sorting, and pagination options, returning structured JSON responses for various status codes.
  • siteId
  • filter
  • x-api-key
  • x-locale
  • x-version
  • page
  • size
  • filters
  • sort
refreshApi_1 This tool updates secret keys without restart, clears instance data for AWS calls, and requires `keyName` and `resetRequired` parameters.
  • x-auth-token
  • keyName
  • resetRequired
  • x-api-key
None
rabbitMQUpdateCredentials This tool updates RabbitMQ credentials, clears instance data for AWS calls, and requires keyName and resetRequired parameters.
  • x-auth-token
  • keyName
  • resetRequired
  • x-api-key
None
refreshApi_2 This tool updates secret keys without restart, clears instance data for AWS updates, and uses `keyName` and `resetRequired` parameters.
  • x-auth-token
  • keyName
  • resetRequired
  • x-api-key
None
getStoreIds This tool retrieves store IDs based on a specified collection ID and service name, using query parameters like businessId, collectionId, and serviceName.
  • x-auth-token
  • businessId
  • serviceName
  • x-api-key
  • x-locale
  • x-version
  • collectionId
getAllStandrdRoles This tool retrieves and filters standard roles and privileges from `roles_privileges.json` but has been deprecated since Infosys Equinox Commerce Release 8.3.0.
  • x-auth-token
  • x-api-key
  • roleName
getReleaseDefinition This tool retrieves the release definition of a service and provides structured responses for success, errors, or resource not found scenarios.
  • x-auth-token
  • x-api-key
None
getAllPrivileges This tool fetches all service privileges listed in `roles_privileges.json` within the microservice’s classpath, returning them as JSON upon success.
  • x-auth-token
  • x-api-key
None
getAllPrivilegeGroups This tool retrieves and filters privilege groups and privileges from `roles_privileges.json` based on the `privilegeGroupName` parameter.
  • x-auth-token
  • x-api-key
  • privilegeGroupName
ping This tool returns a timestamp in milliseconds to confirm service availability.
  • x-api-key
None
getCacheValue This tool retrieves cached data for a service using a specified string-based cache name and cache key.
  • cacheName
  • cacheKey
  • x-auth-token
  • x-api-key
None
getCacheKeys This tool retrieves cache keys for a service using a specified Redis-supported regex pattern, defaulting to ‘*’.
  • pattern
  • x-auth-token
  • x-api-key
None
getFoundationChangeLog This tool retrieves change logs within a specified time range, supporting sorting, filtering, pagination, and various response codes.
  • x-auth-token
  • storeId
  • businessId
  • filters
  • x-api-key
  • x-version
  • locale
  • sort
  • lastEvaluatedKey
  • page
  • size
clearCacheByName This tool clears the cache for business and store, returning various status codes based on the response.
  • x-auth-token
  • x-api-key
  • x-locale
  • x-version
clearCaches This tool clears the cache for a specified cache name and returns various status codes based on the operation’s outcome.
  • x-auth-token
  • cacheName
  • x-api-key
  • x-locale
  • x-version

Error Responses

The table below lists standard error codes with their corresponding descriptions for API responses:

Error Code Error Description
200 (Success): Delete Success
201 (Success): Success
204 (Success): Success
304 Not modified
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
405 Method Not Allowed
417 Expectation Failed
422 Invalid request
500 Internal Server Error

Useful Resources

Revision History
2025-11-19 | JP – Updated domain
2025-09-29 | SD – Page created and content added