GET /v1/metadata/providers/npi_detail

get
Authorizations
Query parameters
npistringRequired
Header parameters
x-api-keystringRequired

API key for authorization

Body
Responses
200
200 response
application/json
get
GET /v1/metadata/providers/npi_detail HTTP/1.1
Host: api.payerset.com
x-api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 404

{
  "items": [
    {
      "npi": "text",
      "taxonomygrouping": "text",
      "taxonomyclassification": "text",
      "taxonomyspecialization": "text",
      "taxonomydisplayname": "text",
      "organizationname": "text",
      "state": "text",
      "city": "text",
      "zip": "text",
      "primarytaxonomycode": "text",
      "orgfriendlyname": "text",
      "county": "text",
      "ein": "text",
      "latitude": "text",
      "longitude": "text",
      "medicare_enrollment_id": "text",
      "medicare_enrollment_specialty": "text"
    }
  ]
}
200

200 response

{
  "items": [
    {
      "npi": "text",
      "taxonomygrouping": "text",
      "taxonomyclassification": "text",
      "taxonomyspecialization": "text",
      "taxonomydisplayname": "text",
      "organizationname": "text",
      "state": "text",
      "city": "text",
      "zip": "text",
      "primarytaxonomycode": "text",
      "orgfriendlyname": "text",
      "county": "text",
      "ein": "text",
      "latitude": "text",
      "longitude": "text",
      "medicare_enrollment_id": "text",
      "medicare_enrollment_specialty": "text"
    }
  ]
}

Last updated