Skip to main content
GET
/
api
/
v1
/
datasources
/
{code}
Get Datasource
curl --request GET \
  --url https://data-api.sovfixer.com/api/v1/datasources/{code} \
  --header 'Authorization: <api-key>'
{
  "config": {
    "source_name": "<string>",
    "source_code": "<string>",
    "required_attrs": [
      "<string>"
    ],
    "optional_attrs": [
      "<string>"
    ],
    "requires_credentials": true,
    "supported_countries": [
      "<string>"
    ],
    "supported_us_states": [
      "<string>"
    ],
    "excluded_us_states": [
      "<string>"
    ],
    "geocode_confidence_required": 123,
    "geocode_precision_required": 123,
    "output_fields": {},
    "base_output_fields": {},
    "non_supported_input_values": {}
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.pingintel.com/llms.txt

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

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

code
string
required

Datasource source code (e.g. 'PG', 'PH', 'DTC'). Case-insensitive.

Response

config
object
required

The requested datasource's configuration.