Examples

ApiKey (Strongly Recommended)

curl --request POST \
  --url https://reporting.cloud.soda.io/v1/coverage/dataset_coverage \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY-ID: 60ef2406-6492-4236-a6b8-2cb9240d803c' \
  --header 'X-API-KEY-SECRET: 918TcsFViYYEBtXlbzMeX6lT4SVm70'

HTTPBasic (Up for Deprecation)

curl --request POST \
  --url https://reporting.cloud.soda.io/v1/coverage/dataset_coverage \
  --header 'Content-Type: application/json' \
  --header 'Authorization: Basic bXl1c2VybmFtZUBzb2RhLmlvOm15c2VjcmV0cGFzc3dvcmQ='

TokenAuth (Up for Deprecation)

curl --request POST \
  --url https://reporting.cloud.soda.io/v1/coverage/dataset_coverage \
  --header 'Content-Type: application/json' \
  --header 'SODA_TOKEN: ZAT2BM4sceKCGggHfawz_Ji5cfHKkiPjoN123yM0wCrWaxSkN4CGdg'

Was this helpful?