Skip to main content
GET
/
ListSourceMarket
List Source Markets
curl --request GET \
  --url https://app.uplifthub.io/P195_Exposed_Integrations/rest/V1/ListSourceMarket \
  --header 'X-apikey: <api-key>'
[
  {
    "SourceMarketID": 1234567891234567,
    "MarketName": "",
    "Abbreviation": "",
    "ContactEmail": ""
  }
]

Documentation Index

Fetch the complete documentation index at: https://platform195.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-apikey
string
header
required

Response

200 - application/json
SourceMarketID
integer<int64>
Example:

1234567891234567

MarketName
string
default:""
Abbreviation
string
default:""
ContactEmail
string
default:""