Vervotech
  1. Mapping API
Vervotech
  • Hotel Mapping
    • Getting Started
    • Access & Onboarding with Vervotech
    • Explore your providers
    • Integration and Go Live
    • Map Providers Content
    • Webhook
    • References
    • FAQ
    • Metadata Content
      • Get All Vervotech Ids
      • Get Master Hotel Facilities
      • Get Master Hotel Chains
      • Get Master Hotel Brands
      • Get Master Property Types
      • Get All Master Countries
    • Mappings
      • Get Hotel count for new, updated and deleted.
      • Get Mappings
      • Get New Mappings
      • Get Updated Mappings
      • Get Deleted Mappings
      • Get Mapping Statistics
      • Get Provider Hotel Mappings By VervotechId
      • Get Provider Hotel Mappings by ProviderId
      • Export Mappings File
    • Curated Content
      • Get Curated Content By Provider Hotel Ids
      • Get Curated Content By Vervotech Ids
    • Provider Content
      • Get Provider Content By Provider Hotel Ids
      • Get Provider Content By Vervotech Ids
      • Get All Provider names
      • Get Unmapped Provider Hotels
      • Get Unmapped Provider Hotels V2
      • Create Unmapped Provider Hotels File
    • Location Content
      • Get Location By ID
      • Get All Locations
    • Operational APIs
      • Review Mappings of Booked Hotels
      • Review Mappings of Booked Hotels By File
      • Start Mapping By Ftp Folder
      • Get Mappings History By RunId
    • Dynamic Mapping APIs
      • Find Match
    • Dual Mapping APIs
      • Overview
      • Get Mappings by Provider Hotel Id.
      • Get Mappings with content by Provider Hotel Id.
      • Get summary for your dual mapping APIs
  • Room Mapping
    • Getting Started
    • File Based Room Mapping (Offline)
    • References
    • FAQ
    • Mapping API
      • Map Rooms
        POST
      • Get Master Room Amenities
        GET
      • Get Master Room Attributes
        GET
      • Get Provider Names
        GET
      • Get All Provider Names
        GET
    • Async Room Mapping API
      • Map Large Rooms Async
      • Get Async Room Mapping API Response
  1. Mapping API

Get All Provider Names

GET
/api/2.0/hotels/GetAllProviderNames
Returns the list of all the provider names available with the Vervotech Mappings team.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://roommapping.vervotech.com/api/2.0/hotels/GetAllProviderNames' \
--header 'accountId;' \
--header 'token;'
Response Response Example
200 - Example 1
{
    "providerNames": [
        "Vervotech"
    ],
    "success": true,
    "statusCode": 1000
}

Request

Header Params

Responses

🟢200OK
application/json
GetProviderNames Response
Body

🟠403Forbidden
🔴500Server Error
Previous
Get Provider Names
Next
Map Large Rooms Async
Built with