Update all Certifications

Update all Certifications

PUT https://api.iafcertsearch.org/api/client/v2/mncb/update-all-cert

This endpoint allows you to update all Certifications accredited by your Certification Bodies.

Headers

Name
Type
Description

x-http-authorization*

String

API Key received from https://iafcertsearch.org/import-management/api-integration

Example:

x-http-authorization: <<API KEY>>

Content-Type*

String

application/json

{
  "data": {
    "updating": true
  }
}

Take a look at how you might call this method:

curl --location --request PUT 'https://api.staging.iafcertsearch.org/api/client/v2/mncb/update-all-cert' \
--header 'Content-Type: application/json' \
--header 'x-http-authorization: <<API_KEY>>' \
--data ''

Last updated