Prodege API Documentation
  • Surveys Feed
    • Overview
    • Getting Started
    • API Reference
      • Lookup Calls
        • Lookup Request Time Offset
        • Lookup All Supported Countries
        • Lookup Questions By CountryID
        • Lookup Panelist Info
      • Authentication
        • Request Expiration
        • Request Signing
      • Panelist vs. Survey Matching
      • Survey Matching
        • Surveys
        • Quota Structure
        • Quota Matching Requirements
        • Survey Eligibility Check
        • Multiple Survey Eligibility Check
        • Survey URL
      • Panelist Matching
        • Panelists
        • Surveys
        • Survey URL
    • Redirects
    • Term Reasons
    • Reconciliations
    • Helpful Links
Powered by GitBook
On this page
  • Request Parameters
  • Response Parameters
  1. Surveys Feed
  2. API Reference
  3. Lookup Calls

Lookup All Supported Countries

PreviousLookup Request Time OffsetNextLookup Questions By CountryID

Last updated 2 years ago

Fetch the list of countries currently supported by the Prodege API

Request URL

/lookup-country-all

Request Method

GET

Request Parameters

Parameter Name

Parameter Type

Description

Required?

apik

String

Your API Key.

Yes

request_date

Numeric

Timestamp in milliseconds (see ).

Yes

signature

String

The signature of your request (see ).

Yes

Response Parameters

Parameter Name

Parameter Type

Description

return_status

String

The return status for this api call

all_countries

array

List of all countries supported by Prodege

Authentication
Authentication