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/v2/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" ]