Retrieve a Certification Body
Retrieve a Certification Body
GET https://api.iafcertsearch.org/api/client/v2/ab/cb/{certification_bodies_id}
This endpoint retrieves the data of a single certification body.
Headers
Name
Type
Description
Content-Type*
String
application/json
x-http-authorization*
String
API Key received from https://iafcertsearch.org/import-management/api-integration
Example:
x-http-authorization: <<API KEY>>
"data": {
"certification_body_identity_number": "string",
"certification_body_name": "string",
"certification_body_acronym": "string",
"website": "string",
"country": "string",
"description": "string",
"accreditation_status": "string",
"public_email_address": "string",
"public_phone_number": "string",
"public_fax_number": "string",
"key_locations": [
{
"key_location_id": "string",
"office_type": "string",
"country": "string",
"street": "string",
"state": "string",
"city": "string",
"zip_code": "string"
}
],
"certification_body_countries": [
{
"country": "string"
"economy_accreditation_status": "string"
"suspended_withdrawn_date": "string"
"scheme_name": "string"
"standard_code": "string"
}
],
"standard_and_schemes": [
{
"standard_code": "string",
"issue_date": "string",
"first_issue_date": "string",
"expiry_date": "string",
"scheme_name": "string",
"scope_type": "string",
"standard_status": "string"
}
],
"technical_sectors": [
{
"scheme_name": "string",
"standard_code": "string",
"sector_title": "string",
"sector_code": "string",
"sector_accreditation_status": "string",
"suspended_withdrawn_date": "string",
"full_limited": "string",
"extent_of_scope": "string"
}
]
},Take a look at how you might call this method:
Last updated