IAF CertSearch
  • IAF CertSearch Technical Instructions
  • File Upload
    • Getting started
    • How it works
    • How to set up
  • FTP Access
    • Getting started
    • How it works
    • How to set up
    • How to test connection
  • API Access
    • Getting started
    • Authentication
    • Requests
    • Responses
    • Errors
    • Accreditation Body APIs
      • Certification API
        • Upload Certification
        • Retrieve all Certifications
        • Retrieve a Certification
    • Certification Body APIs
      • Certification API
        • Upload Certification
        • Retrieve all Certifications
        • Retrieve a Certification
      • Certified Entity API
        • Update Certified Entity Name
        • Update Certified Entity Details
  • Data Mapping
    • Getting started
    • How it works
    • How to set up
    • Country list
  • Field Name Glossary
    • Certification Body Template for Accreditation Body
    • Certification Template for Accreditation Body
    • Certification Template for Certification Body
    • Accreditation Body Acronyms
Powered by GitBook
On this page
  • Response Codes
  • Failed Requests
  1. API Access

Errors

Sometimes your API call will generate an error. Here you will find additional information about what to expect if you don’t format your request properly, or we fail to properly process your request.

Response Codes

Status Code Description

  • 400 Bad request

  • 401 Requires authentication

  • 404 Not Found

  • 406 Missing Accept header. For example: Accept: application/json

  • 429 Too many requests/Rate limit exceeded

  • 500 Internal server error

Failed Requests

The general format guidelines are displayed when the accompanying status code is returned.

GET https://api.iafcertsearch.com/api/client/v1/resource HTTP/1.1
HTTP/1.1 404 BAD REQUEST
Content-Type: application/json

{
    "errors": [
      {"code": "not_found", "message": "error message explained"},
    ]
}
PreviousResponsesNextAccreditation Body APIs

Last updated 3 years ago