v1

latestOpenAPI 3.0.02026-08-0679302767.4 KB
v2/credentialing-workflows

Get Outreach Correspondences for a Provider Credentialing Workflow

Returns outreach correspondences for the specified workflow with snake_case external field names.

get/v2/credentialing-workflows/{id}/outreach-correspondences

Path parameters

idstring required

Headers

organization-idstring

Response

countnumber required

Example response

{
  "data": [
    {
      "data": {
        "to": [
          "user@example.com"
        ]
      },
      "created_at": "2024-01-01T00:00:00.000Z"
    }
  ],
  "count": 10
}