Check datamap definition exists

Checks whether a datamap definition exists.

Path Parameters
  • datamapName
    Type: string
    required
Responses
  • 200

    Exists

  • 404

    Not found

Request Example for head/extra/v1/definition/datamap/{datamapName}
curl 'https://api.customer.cadasto.io/extra/v1/definition/datamap/{datamapName}' \
  --request HEAD \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body