uberall_api 1.36.0

SDKdartflutter
Platformandroidioswindowslinuxmacosweb

OpenAPI Dart client for Uberall

uberall_api (EXPERIMENTAL)

Enhance your application with Uberall's comprehensive API documentation

This Dart package is automatically generated by the OpenAPI Generator project:

  • API version: 20250204
  • Generator version: 7.9.0
  • Build package: org.openapitools.codegen.languages.DartDioClientCodegen For more information, please visit https://uberall.com

Requirements

Installation & Usage

pub.dev

To use the package from pub.dev, please include the following in pubspec.yaml

dependencies:
  uberall_api: 1.0.0

Github

If this Dart package is published to Github, please include the following in pubspec.yaml

dependencies:
  uberall_api:
    git:
      url: https://github.com/GIT_USER_ID/GIT_REPO_ID.git
      #ref: main

Local development

To use the package from your local drive, please include the following in pubspec.yaml

dependencies:
  uberall_api:
    path: /path/to/uberall_api

Getting Started

Please follow the installation procedure and then run the following:

import 'package:uberall_api/uberall_api.dart';


final api = UberallApi().getAutoResponseApi();
final String id = id_example; // String | id of Auto Response Rule

try {
    final response = await api.deleteAutoResponseRulesId(id);
    print(response);
} catch on DioException (e) {
    print("Exception when calling AutoResponseApi->deleteAutoResponseRulesId: $e\n");
}

Documentation for API Endpoints

All URIs are relative to https://uberall.com/api

ClassMethodHTTP requestDescription
AutoResponseApideleteAutoResponseRulesIdDELETE /auto-response/rules/{id}Delete an Auto Response Rule
AutoResponseApigetAutoResponseRulesGET /auto-response/rulesList Auto Response Rules with filters
AutoResponseApigetAutoResponseRulesIdGET /auto-response/rules/{id}Get an Auto Response Rule
AutoResponseApipatchAutoResponseRulesIdPATCH /auto-response/rules/{id}Edit an Auto Response Rule
AutoResponseApipostAutoResponseRulesPOST /auto-response/rulesCreate an Auto Response Rule
AutoResponseApipostAutoResponseRulesCheckConflictPOST /auto-response/rules/check-conflictCheck for Auto Response Rule conflicts
BatchOperationApigetBatchGET /batchGet all Location Imports
BatchOperationApigetBatchIdErrorReportGET /batch/{id}/error-reportGet Excel document with Location errors
BrandDataPointsApideleteBrandDataPointsIdLikeDELETE /brand-data-points/{id}/likeUnlike a Brand Data Point
BrandDataPointsApideleteBrandDataPointsIdReplyReplyIdApprovalDELETE /brand-data-points/{id}/reply/{replyId}/approvalReject a reply to a Brand Data Point
BrandDataPointsApipatchBrandDataPointsIdReplyPATCH /brand-data-points/{id}/replyReply to a Brand Data Point
BrandDataPointsApipostBrandDataPointsIdLikePOST /brand-data-points/{id}/likeLike a Brand Data Point
BrandDataPointsApipostBrandDataPointsIdReplyReplyIdApprovalPOST /brand-data-points/{id}/reply/{replyId}/approvalApprove reply to a Brand Data Point
BrandDataPointsApiputBrandDataPointsIdReplyReplyIdApprovalPUT /brand-data-points/{id}/reply/{replyId}/approvalEdit reply to a Brand Data Point
BusinessConnectionsApigetBusinessConnectionsDirectoryTypeSalesPartnerSalesPartnerIdCountGET /business-connections/{directoryType}/sales-partner/{salesPartnerId}/countCount of connections
BusinessConnectionsApigetBusinessConnectionsDirectoryTypeSalesPartnerSalesPartnerIdListGET /business-connections/{directoryType}/sales-partner/{salesPartnerId}/listList of business connections
BusinessConnectionsApigetBusinessConnectionsDirectoryTypeSalesPartnerSalesPartnerIdPagesGET /business-connections/{directoryType}/sales-partner/{salesPartnerId}/pagesList of external entities
BusinessConnectionsApipostBusinessConnectionsDirectoryTypeConnectBusinessIdPOST /business-connections/{directoryType}/connect/{businessId}Connect a business
BusinessConnectionsApiputBusinessConnectionsDirectoryTypeDisconnectBusinessIdPUT /business-connections/{directoryType}/disconnect/{businessId}Disconnect a business
BusinessesApideleteBusinessesIdDELETE /businesses/{id}Delete a Business
BusinessesApigetBusinessesGET /businessesGet a List of Businesses
BusinessesApigetBusinessesIdGET /businesses/{id}Get a Business
BusinessesApigetBusinessesIdBusinessConnectFacebookFacebookAccountIdBrandPageListGET /businesses/{id}/business-connect/facebook/{facebookAccountId}/brand-page-listReturns only the Facebook brand pages for the given Facebook account
BusinessesApigetBusinessesProductPlansGET /businesses/product-plansGet the product plans for businesses
BusinessesApigetBusinessesStatisticsGET /businesses/statisticsGet Businesses'' Statistics
BusinessesApipatchBusinessesIdPATCH /businesses/{id}Update a Business
BusinessesApipostBusinessesPOST /businessesCreate a Business
BusinessesApipostBusinessesBusinessIdLocationsSyncPOST /businesses/{businessId}/locations/syncSync All Business'' Locations
BusinessesApipostBusinessesIdMigratePOST /businesses/{id}/migrateMigrate the Business to a new SalesPartner
CategoriesApigetCategoriesGET /categoriesGet All or Several Categories
CategoriesApigetCategoriesIdAttributeRecommendationsGET /categories/{id}/attribute-recommendationsGet the recommended attributes for a Category
CategoriesApigetCategoriesIdAttributesGET /categories/{id}/attributesGet Attributes for a specific Category
CategoriesApigetCategoriesIdAvailablePhotoTypesGET /categories/{id}/available-photo-typesGet available Photo types for a specific Category
CategoriesApigetCategoriesIdGoogleServicesGET /categories/{id}/google-servicesGet available Google Structured Services for a specific Category
CategoriesApigetCategoriesIdMoreHoursTypesGET /categories/{id}/more-hours-typesGet the supported More Hours types for a specific Category
CollectionManagementApideleteCollectionsIdDELETE /collections/{id}Delete a Collection
CollectionManagementApigetCollectionsGET /collectionsGet all collections
CollectionManagementApigetCollectionsIdGET /collections/{id}Get a Collection
CollectionManagementApipatchCollectionsIdPATCH /collections/{id}Update a Collection
CollectionManagementApipostCollectionsPOST /collectionsCreate a collection
ConfigurationApigetDirectoriesDirectoriesDetailsCountriesGET /directories/directories-details/countriesGet All Directories details by country
ConfigurationApigetDirectoryBrandSalesPartnerSalesPartnerIdUserAccountAccountIdDirectoryTypeGET /directory-brand/sales-partner/{salesPartnerId}/user-account/{accountId}/{directoryType}Get All Directory Brands
ConfigurationApigetFeaturesGET /featuresGet available and potential features per location (business)
ConfigurationApipostDirectoryBrandSalesPartnerSalesPartnerIdUserAccountAccountIdDirectoryTypePOST /directory-brand/sales-partner/{salesPartnerId}/user-account/{accountId}/{directoryType}Create Directory Brand
ContentListApideleteContentListsIdDELETE /content-lists/{id}Delete a Content List
ContentListApigetContentListsGET /content-listsGet All Content Lists
ContentListApigetContentListsIdGET /content-lists/{id}Get a Content List
ContentListApipatchContentListsIdPATCH /content-lists/{id}Update a Content List
ContentListApipostContentListsPOST /content-listsCreate a Content List
CustomItemsApideleteCustomItemsDELETE /custom-itemsDelete a Custom Item using identifier
CustomItemsApideleteCustomItemsIdDELETE /custom-items/{id}Delete a Custom Item
CustomItemsApigetCustomItemsGET /custom-itemsGet all Custom Items
CustomItemsApigetCustomItemsIdGET /custom-items/{id}Get a Custom Item
CustomItemsApipatchCustomItemsIdPATCH /custom-items/{id}Update a Custom Item
CustomItemsApipostCustomItemsPOST /custom-itemsCreate a Custom Item
DashboardApigetDashboardCustomerFeedbackGET /dashboard/customer-feedbackGet Customer Feedback
DashboardApigetDashboardCustomerFeedbackByPeriodGET /dashboard/customer-feedback-by-periodGet Customer Feedback by Period
DashboardApigetDashboardCustomerFeedbackKeywordsGET /dashboard/customer-feedback-keywordsGet Customer Feedback Keywords.
DashboardApigetDashboardExportInsightsDataGET /dashboard/export-insights-dataGet Insights Export Data
DashboardApigetDashboardExportInsightsDataWithThresholdGET /dashboard/export-insights-data-with-thresholdGet Insights Export Data with threshold
DashboardApigetDashboardFeedGET /dashboard/feedGet Feed
DashboardApigetDashboardInsightsDataGET /dashboard/insights-dataGet Insights Data
DashboardApigetDashboardInsightsDataWarningsGET /dashboard/insights-data/warningsGet Insights Warnings
DashboardApigetDashboardListingHealthIdGET /dashboard/listing-health/{id}Get Listing Health
DashboardApigetDashboardManagersCountIdGET /dashboard/managers-count/{id}Get Managers Count
DashboardApigetDashboardNextBestActionsIdGET /dashboard/next-best-actions/{id}Get Next Best Actions
DashboardApigetDashboardProfileCompletenessGET /dashboard/profile-completenessGet Profile Completeness
DashboardApigetDashboardSuppressedDuplicatesGET /dashboard/suppressed-duplicatesGet Suppressed Duplicates
DashboardApigetDashboardVisibilityIndexIdGET /dashboard/visibility-index/{id}Get Visibility Index
DashboardExportsApigetDashboardExportsGET /dashboard-exportsGet a list of dashboard exports
DashboardExportsApigetDashboardExportsIdGET /dashboard-exports/{id}Get details of a dashboard export by ID
DashboardExportsApigetDashboardExportsIdDownloadGET /dashboard-exports/{id}/downloadDownload the result of a dashboard export (a PDF file)
DashboardExportsApipostDashboardExportsPOST /dashboard-exportsInvoke a creation of a dashboard export
DataPointFiltersApideleteDataPointsFiltersIdDELETE /data-points/filters/{id}Delete a saved datapoint''s filter
DataPointFiltersApideleteDataPointsFiltersIdSubscriptionDELETE /data-points/filters/{id}/subscriptionUnsubscribe from a saved datapoint''s filter
DataPointFiltersApigetDataPointsFiltersGET /data-points/filtersGet available filters for filtering data points
DataPointFiltersApigetDataPointsFiltersIdGET /data-points/filters/{id}Get a saved datapoint''s filter
DataPointFiltersApigetDataPointsFiltersListGET /data-points/filters/listList all saved datapoint''s filters the user has access
DataPointFiltersApipatchDataPointsFiltersIdPATCH /data-points/filters/{id}Update a saved datapoint''s filter
DataPointFiltersApipostDataPointsFiltersPOST /data-points/filtersCreate a new saved datapoint''s filter
DataPointFiltersApipostDataPointsFiltersIdSubscriptionPOST /data-points/filters/{id}/subscriptionSubscribe to a saved datapoint''s filter
DataPointsApideleteDataPointsIdLikeDELETE /data-points/{id}/likeUnlike a Data Point
DataPointsApideleteDataPointsIdReplyReplyIdApprovalDELETE /data-points/{id}/reply/{replyId}/approvalReject a reply to a Data Point
DataPointsApideleteDataPointsReadDELETE /data-points/readMark as Unread
DataPointsApigetDataPointsGET /data-pointsGet All Data Points
DataPointsApigetDataPointsIdGET /data-points/{id}Get a Data Point
DataPointsApigetDataPointsStatisticsGET /data-points/statisticsGet Data Points'' Statistics
DataPointsApigetDataPointsTimeseriesGET /data-points/timeseriesGet Data Points' time series
DataPointsApipatchDataPointsIdReplyPATCH /data-points/{id}/replyReply to a Data Point
DataPointsApipostDataPointsIdFlagPOST /data-points/{id}/flagReport a Data Point
DataPointsApipostDataPointsIdLikePOST /data-points/{id}/likeLike a Data Point
DataPointsApipostDataPointsIdModeratePOST /data-points/{id}/moderateModerate a Data Point
DataPointsApipostDataPointsIdReplyReplyIdApprovalPOST /data-points/{id}/reply/{replyId}/approvalApprove reply to a Data Point
DataPointsApipostDataPointsReadPOST /data-points/readMark as Read
DataPointsApiputDataPointsIdReplyReplyIdApprovalPUT /data-points/{id}/reply/{replyId}/approvalEdit reply to a Data Point
DigitalAssetManagementApipatchSocialTemplatesIdPATCH /social-templates/{id}Edit an existing social template
DigitalAssetManagementApipostSocialTemplatesPOST /social-templatesCreate a new social template as a digital asset
EventsApideleteEventsDELETE /eventsDelete an Event using identifier
EventsApideleteEventsIdDELETE /events/{id}Delete an Event
EventsApigetEventsGET /eventsGet All Events
EventsApigetEventsIdGET /events/{id}Get an Event
EventsApipatchEventsPATCH /eventsUpdate an Event using identifier
EventsApipatchEventsIdPATCH /events/{id}Update an Event
EventsApipostEventsPOST /eventsCreate an Event
FeedApifeedIdChildrenGetGET /feed/{id}/children
FeedApifeedIdGetGET /feed/{id}
FeedApifeedPostPOST /feed
LabelsApigetLabelsGET /labelsGet All Labels
ListingsApideleteLocationsIdFacebookPageDELETE /locations/{id}/facebook/pageDisconnect Location''s Facebook Page
ListingsApideleteLocationsIdGooglePageDELETE /locations/{id}/google/pageDisconnect Google Page
ListingsApideleteLocationsIdInstagramPageDELETE /locations/{id}/instagram/pageDisconnect Instagram Page
ListingsApigetLocationsIdFacebookPageGET /locations/{id}/facebook/pageGet Location''s Facebook Page
ListingsApigetLocationsIdGooglePageGET /locations/{id}/google/pageGet information about the connected Google Page of the specified location
ListingsApigetLocationsIdListingsDetailsListGET /locations/{id}/listings-details/listGet all Listings for a specific Location
ListingsApipatchListingsIdPATCH /listings/{id}Edit Listing
ListingsApipostLocationsIdFacebookPagePOST /locations/{id}/facebook/pageDEPRECATED - Connect Facebook Page
ListingsApiputListingsIdFlagPUT /listings/{id}/flagFlag a Listing
LocationGroupsApideleteLocationGroupsIdDELETE /location-groups/{id}Delete a single LocationGroup
LocationGroupsApigetLocationGroupsGET /location-groupsSearch through all LocationGroups
LocationGroupsApigetLocationGroupsIdGET /location-groups/{id}Get a single LocationGroup
LocationGroupsApipatchLocationGroupsIdPATCH /location-groups/{id}Update a single LocationGroup
LocationGroupsApipostLocationGroupsPOST /location-groupsCreate a new LocationGroup
LocationsDataApideleteLocationsDELETE /locationsDelete Several Locations
LocationsDataApigetLocationsGET /locationsGet Several Locations
LocationsDataApigetLocationsAvailableLodgingFieldsGET /locations/available-lodging-fieldsGet the available amenities (Google Lodging) fields for a location
LocationsDataApigetLocationsCitiesGET /locations/citiesGet the city for locations
LocationsDataApigetLocationsCountriesGET /locations/countriesGet the country for locations
LocationsDataApigetLocationsDirectoriesGET /locations/directoriesGet the directories for locations
LocationsDataApigetLocationsIdGET /locations/{id}Get a Location
LocationsDataApigetLocationsIdDashboardGET /locations/{id}/dashboardGet a Location''s Dashboard
LocationsDataApigetLocationsIdDatapointsGET /locations/{id}/datapointsDEPRECATED - Get Location''s Data Points
LocationsDataApigetLocationsIdDatapointsStatisticsGET /locations/{id}/datapoints/statisticsDEPRECATED - Get Location''s Data Point Statistics
LocationsDataApigetLocationsIdVisibilityIndexesGET /locations/{id}/visibility-indexesGet Location''s Visibility Index
LocationsDataApigetLocationsIdVisibilityIndexesInterestingGET /locations/{id}/visibility-indexes/interestingGet Historical Visibility Index
LocationsDataApigetLocationsKeywordsGET /locations/keywordsGet the keywords for locations
LocationsDataApigetLocationsLabelsGET /locations/labelsGet the labels for locations
LocationsDataApigetLocationsPostcodesGET /locations/postcodesGet the post / zip code for locations
LocationsDataApigetLocationsProvincesGET /locations/provincesGet the province/state for locations
LocationsDataApigetLocationsStatisticsGET /locations/statisticsGet Locations'' Statistics
LocationsDataApipatchLocationsPATCH /locationsUpdate Several Locations
LocationsDataApipatchLocationsIdPATCH /locations/{id}Update a Location
LocationsDataApipatchLocationsIdEvDataUidPATCH /locations/{id}/ev-data/{uid}Update EV Dynamic Data
LocationsDataApipostLocationsPOST /locationsCreate a Location
LocationsDataApipostLocationsIdSyncPOST /locations/{id}/syncSync a Location
LocationsDataApipostLocationsSyncPOST /locations/syncSync Several Locations
LocationsPhotosApideletePhotosIdDELETE /photos/{id}Delete a Photo
LocationsPhotosApigetPhotosIdGET /photos/{id}Get a Photo
LocationsPhotosApipatchPhotosIdPATCH /photos/{id}Update a Photo
LocationsPhotosApipostPhotosPOST /photosUpload a Photo
MenuItemsApideleteMenuItemsDELETE /menu-itemsDelete a Menu Item using identifier
MenuItemsApideleteMenuItemsIdDELETE /menu-items/{id}Delete a Menu Item
MenuItemsApigetMenuItemsGET /menu-itemsGet All Menu Items
MenuItemsApigetMenuItemsAcceptedExtraFieldsGET /menu-items/accepted-extra-fieldsGet accepted values for dietary restrictions and allergens
MenuItemsApigetMenuItemsIdGET /menu-items/{id}Get a Menu Item
MenuItemsApipatchMenuItemsPATCH /menu-itemsUpdate a Menu Item using identifier
MenuItemsApipatchMenuItemsIdPATCH /menu-items/{id}Update a Menu Item
MenuItemsApipostMenuItemsPOST /menu-itemsCreate a Menu Item
PersonsApideletePersonsDELETE /personsDelete a Person using identifier
PersonsApideletePersonsIdDELETE /persons/{id}Delete a Person
PersonsApigetPersonsGET /personsGet All Persons
PersonsApigetPersonsIdGET /persons/{id}Get a Person
PersonsApipatchPersonsPATCH /personsUpdate a Person using identifier
PersonsApipatchPersonsIdPATCH /persons/{id}Update a Person
PersonsApipostPersonsPOST /personsCreate a Person
ProductPlansApigetProductPlansGET /product-plansGet All Product Plans
ProductPlansApipatchProductPlansIdPATCH /product-plans/{id}Update a Product Plan
ProductPlansApipostProductPlansPOST /product-plansCreate a Product Plan
ProductsApideleteProductsDELETE /productsDelete a Product using identifier
ProductsApideleteProductsIdDELETE /products/{id}Delete a Product
ProductsApigetProductsGET /productsGet All Products
ProductsApigetProductsIdGET /products/{id}Get a Product
ProductsApipatchProductsPATCH /productsUpdate a Product using identifier
ProductsApipatchProductsIdPATCH /products/{id}Update a Product
ProductsApipostProductsPOST /productsCreate a Product
SalesPartnersApigetSalesPartnersGET /sales-partnersSearch among child SalesPartners
SalesPartnersApigetSalesPartnersIdGET /sales-partners/{id}Get a single SalesPartner
SalesPartnersApigetSalesPartnersSubscribableEventTypesGET /sales-partners/subscribable-event-typesGet all possible webhooks types
SalesPartnersApipatchSalesPartnersIdSsoSettingsPATCH /sales-partners/{id}/sso-settingsUpdate SSO Settings of a SalesPartner
SalesPartnersApipostSalesPartnersPOST /sales-partnersCreate child SalesPartner
SalesPartnersApipostSalesPartnersIdUserAccountsAccountIdDirectoryTypePOST /sales-partners/{id}/user-accounts/{accountId}/{directoryType}Disconnect Directory User Account
SalesPartnersApiputSalesPartnersIdPUT /sales-partners/{id}Update a single SalesPartner
ServiceItemsApideleteServiceItemsIdDELETE /service-items/{id}Delete a Service Item
ServiceItemsApigetServiceItemsGET /service-itemsGet All Service Items
ServiceItemsApigetServiceItemsIdGET /service-items/{id}Get a Service Item
ServiceItemsApipatchServiceItemsIdPATCH /service-items/{id}Update a Service Item
ServiceItemsApipostServiceItemsPOST /service-itemsCreate a Service Item
SocialPostingApideleteSocialPostsIdDELETE /social-posts/{id}Delete a Social Post
SocialPostingApigetSocialPostsGET /social-postsGet several Social Posts
SocialPostingApigetSocialPostsDirectoriesGET /social-posts/directoriesDirectories
SocialPostingApigetSocialPostsDirectoryPagesGET /social-posts/directory-pagesGet a list of Directory Pages
SocialPostingApigetSocialPostsIdGET /social-posts/{id}Get a Social Post
SocialPostingApipatchSocialPostsIdPATCH /social-posts/{id}Update a Social Post
SocialPostingApipostSocialPostsPOST /social-postsCreate a Social Post
SocialPostingApipostSocialPostsValidateAppleCtaPOST /social-posts/validate-apple-ctaValidate the Apple CTA
SocialPostingTemplatesApideleteSocialPostsTemplatesIdDELETE /social-posts/templates/{id}Delete a Social Post Template
SocialPostingTemplatesApigetSocialPostsTemplatesGET /social-posts/templatesGet a Social Post Template
SocialPostingTemplatesApigetSocialPostsTemplatesIdGET /social-posts/templates/{id}Get all or several Social Post Templates
SocialPostingTemplatesApipatchSocialPostsTemplatesIdPATCH /social-posts/templates/{id}Update a Social Post Template
SocialPostingTemplatesApipostSocialPostsTemplatesPOST /social-posts/templatesCreate a Social Post Template
StatusCheckApigetSearchGET /searchReturns a list of the last searches
StatusCheckApigetSearchIdGET /search/{id}Search in a Directory
StatusCheckApipostSearchPOST /searchInitiate a Search
StoreFinderApigetStoreFindersStoreKeyFiltersGET /store-finders/{storeKey}/filtersGet all possible filter values
StoreFinderApigetStoreFindersStoreKeyLocationsGET /store-finders/{storeKey}/locationsSearch among the locations
StoreFinderApigetStoreFindersStoreKeyLocationsAllGET /store-finders/{storeKey}/locations/allGet all locations
StoreFinderApigetStoreFindersStoreKeyLocationsIdGET /store-finders/{storeKey}/locations/{id}**Get location details
SuggestionsApigetLocationsIdSuggestionsGET /locations/{id}/suggestionsGet suggestions
SuggestionsApigetLocationsSuggestionsGET /locations/suggestionsGet Location Suggestions
SuggestionsApiputLocationsIdSuggestionsPUT /locations/{id}/suggestionsUpdate suggestions
TemplatesApideleteTemplatesIdDELETE /templates/{id}Delete a Template
TemplatesApigetTemplatesGET /templatesGet All Templates
TemplatesApigetTemplatesAuthorsGET /templates/authorsReturns a list of Authors
TemplatesApigetTemplatesIdGET /templates/{id}Get a Template
TemplatesApigetTemplatesTagsGET /templates/tagsReturns a list of Tags
TemplatesApipatchTemplatesIdPATCH /templates/{id}Update a Template
TemplatesApipostTemplatesPOST /templatesCreates a Template
TemplatesApipostTemplatesIdIncrementUsagePOST /templates/{id}/increment-usageIncrement the count of times a Template has been used
UsersApideleteUsersIdDELETE /users/{id}Delete a User
UsersApideleteUsersIdAllSessionsDELETE /users/{id}/all-sessionsInvalidate all active user sessions
UsersApigetUserMeGET /users/meGet the current user
UsersApigetUsersGET /usersGet All Users
UsersApigetUsersEmailUnsubscribeLinkGET /users/email-unsubscribe-linkUnsubscribe email link
UsersApigetUsersIdGET /users/{id}Get a User
UsersApigetUsersWhitelabelInformationGET /users/whitelabel-informationGet whitelabel information
UsersApipatchUserMePATCH /users/meUpdate the current user
UsersApipatchUsersIdPATCH /users/{id}Update a User
UsersApipostUsersPOST /usersCreate a User
UsersApipostUsersLoginPOST /users/loginProvide an access_token for the user
UsersApipostUsersLogoutPOST /users/logoutLog out the current user
WebhooksApideleteSalesPartnersWebhooksIdDELETE /sales-partners/webhooks/{id}Delete a Webhook
WebhooksApigetSalesPartnersWebhooksGET /sales-partners/webhooksGet all webhooks that are currently set
WebhooksApigetSalesPartnersWebhooksIdGET /sales-partners/webhooks/{id}Get a Webhook
WebhooksApipatchSalesPartnersWebhooksIdPATCH /sales-partners/webhooks/{id}Update a Webhook
WebhooksApipostSalesPartnersWebhooksPOST /sales-partners/webhooksCreate a Webhook

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

privateKey

  • Type: API key
  • API key parameter name: privateKey
  • Location: HTTP header

accessToken

  • Type: API key
  • API key parameter name: accessToken
  • Location: HTTP header

publicKey

  • Type: API key
  • API key parameter name: publicKey
  • Location: HTTP header

Author

api@uberall.com