Skip to main content

DocsSubscriptionRead

data object[]
  • Array [
  • archivedboolean
    disabledboolean
    has_security_questionsboolean
    has_two_factor_authboolean
    idinteger
    login_problem_emails_disabledboolean
    logo_urlstringnullable
    long_namestringnullable

    Includes whether this is Patient Access API, otherwise this should be the same as name

    namestringrequired
    register_urlstringnullable
    short_namestringnullable
    supports_interoperability_apisboolean
    supports_realtime_verificationboolean
    website_home_urlstringnullable

    i.e. https://www.medmutual.com/

    website_home_url_netlocstring
  • ]
  • has_nextboolean
    has_prevboolean
    next_numinteger
    pageinteger
    pagesinteger
    per_pageinteger
    prev_numinteger
    totalinteger
    DocsSubscriptionRead
    {
    "data": [
    {
    "archived": true,
    "disabled": true,
    "has_security_questions": true,
    "has_two_factor_auth": true,
    "id": 0,
    "login_problem_emails_disabled": true,
    "logo_url": "string",
    "long_name": "string",
    "name": "string",
    "register_url": "string",
    "short_name": "string",
    "supports_interoperability_apis": true,
    "supports_realtime_verification": true,
    "website_home_url": "string",
    "website_home_url_netloc": "string"
    }
    ],
    "has_next": true,
    "has_prev": true,
    "next_num": 0,
    "page": 0,
    "pages": 0,
    "per_page": 0,
    "prev_num": 0,
    "total": 0
    }