Well V1

Access MSD wells through service endpoints. This version will be retired by December 1, 2025. Use Well v2 moving forward.

Get countries

Request

Get countries to filter wells.

Security
bearer and appkey
Headers
slb-data-partition-idstringrequired

The data partition id.

curl -i -X GET \
  https://eu-api.delfi.slb.com/drillplan/msd/v1/countries \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'appkey: YOUR_API_KEY_HERE' \
  -H 'slb-data-partition-id: string'

Responses

Success

Bodyapplication/json
Array of strings(CountryResponseDto)
Response
[ "str1", "str2", "str3" ]