Sun Life Organization API

The Organization API from Sun Life — 5 operation(s) for organization.

Operations 5

GET /Organization /Organization - GET #
GET /Organization/{id} /Organization/{id} - GET #
GET /Organization/{id}/_history/{vid} /Organization/{id}/_history/{vid} - GET #
GET /Organization/{id}/_history /Organization/{id}/_history - GET #
GET /Organization/_history /Organization/_history - GET #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/sun-life-organization-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

sun-life-organization-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Sun Life Organization API
  version: '1.0'
  description: 'Operations tagged Organization across 2 of this provider''s published API definitions: sun-life-dentaquest-fhir-patient-access-openapi.json, sun-life-dentaquest-fhir-provider-directory-openapi.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api.dentaquest.com/FhirPatientAccess/v1
- url: https://api.deltadentalma.com/FhirPatientAccess/v1
- url: https://api.dentaquest.com/FhirProviderDirectory
- url: https://api.deltadentalma.com/FhirProviderDirectory
tags:
- name: Organization
paths:
  /Organization:
    get:
      summary: /Organization - GET
      description: /Organization - GET
      operationId: get-organization
      parameters:
      - name: address
        in: query
        description: A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
        schema:
          type: string
      - name: phonetic
        in: query
        description: A portion of the organization's name using some kind of phonetic matching algorithm
        schema:
          type: string
      - name: partof
        in: query
        description: An organization of which this organization forms a part
        schema:
          type: string
      - name: active
        in: query
        description: Is the Organization record active
        schema:
          type: string
      - name: address-state
        in: query
        description: A state specified in an address
        schema:
          type: string
      - name: _id
        in: query
        description: Logical id of this artifact
        schema:
          type: string
      - name: _profile
        in: query
        description: Profiles this resource claims to conform to
        schema:
          type: string
      - name: address-country
        in: query
        description: A country specified in an address
        schema:
          type: string
      - name: type
        in: query
        description: A code for the type of organization
        schema:
          type: string
      - name: _lastUpdated
        in: query
        description: Format - date (as full-date in RFC3339). Format - date (as full-date in RFC3339). When the resource version last changed
        schema:
          type: string
          format: date
      - name: _security
        in: query
        description: Security Labels applied to this resource
        schema:
          type: string
      - name: address-postalcode
        in: query
        description: A postal code specified in an address
        schema:
          type: string
      - name: _source
        in: query
        description: Identifies where the resource comes from
        schema:
          type: string
      - name: endpoint
        in: query
        description: Technical endpoints providing access to services operated for the organization
        schema:
          type: string
      - name: address-use
        in: query
        description: A use code specified in an address
        schema:
          type: string
      - name: address-city
        in: query
        description: A city specified in an address
        schema:
          type: string
      - name: name
        in: query
        description: A portion of the organization's name or alias
        schema:
          type: string
      - name: _tag
        in: query
        description: Tags applied to this resource
        schema:
          type: string
      - name: identifier
        in: query
        description: Any identifier for the organization (not the accreditation issuer's identifier)
        schema:
          type: string
      - name: _format
        in: query
        description: Output formatting
        schema:
          type: string
      responses:
        '200':
          description: Success
      tags:
      - Organization
    servers:
    - url: https://api.dentaquest.com/FhirPatientAccess/v1
    - url: https://api.deltadentalma.com/FhirPatientAccess/v1
  /Organization/{id}:
    get:
      summary: /Organization/{id} - GET
      description: /Organization/{id} - GET
      operationId: get-organization-id
      parameters:
      - name: id
        in: path
        description: id of resource
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Success
      tags:
      - Organization
    servers:
    - url: https://api.dentaquest.com/FhirPatientAccess/v1
    - url: https://api.deltadentalma.com/FhirPatientAccess/v1
  /Organization/{id}/_history/{vid}:
    get:
      summary: /Organization/{id}/_history/{vid} - GET
      description: /Organization/{id}/_history/{vid} - GET
      operationId: get-organization-id-_history-vid
      parameters:
      - name: id
        in: path
        description: id of resource
        required: true
        schema:
          type: string
      - name: vid
        in: path
        description: version id of resource
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Success
      tags:
      - Organization
    servers:
    - url: https://api.dentaquest.com/FhirPatientAccess/v1
    - url: https://api.deltadentalma.com/FhirPatientAccess/v1
  /Organization/{id}/_history:
    get:
      summary: /Organization/{id}/_history - GET
      description: /Organization/{id}/_history - GET
      operationId: get-organization-id-_history
      parameters:
      - name: id
        in: path
        description: id of resource
        required: true
        schema:
          type: string
      - name: _count
        in: query
        description: number to return
        schema:
          type: string
      - name: _since
        in: query
        description: how far back
        schema:
          type: string
      responses:
        '200':
          description: Success
      tags:
      - Organization
    servers:
    - url: https://api.dentaquest.com/FhirPatientAccess/v1
    - url: https://api.deltadentalma.com/FhirPatientAccess/v1
  /Organization/_history:
    get:
      summary: /Organization/_history - GET
      description: /Organization/_history - GET
      operationId: get-organization-_history
      parameters:
      - name: _count
        in: query
        description: number to return
        schema:
          type: string
      - name: _since
        in: query
        description: how far back
        schema:
          type: string
      responses:
        '200':
          description: Success
      tags:
      - Organization
    servers:
    - url: https://api.dentaquest.com/FhirPatientAccess/v1
    - url: https://api.deltadentalma.com/FhirPatientAccess/v1
components:
  securitySchemes:
    apiKeyHeader:
      type: apiKey
      name: Ocp-Apim-Subscription-Key
      in: header
    apiKeyQuery:
      type: apiKey
      name: subscription-key
      in: query
x-refined-from:
- sun-life-dentaquest-fhir-patient-access-openapi.json
- sun-life-dentaquest-fhir-provider-directory-openapi.json