Get an existing payer plan

Returns the data for a specific payer plan.

Request
path Parameters
payerPlanId
required
string <uuid>

Identifier of the payer plan to get the data for.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

get/payer-plans/{payerPlanId}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "payerId": "f612112b-802d-496d-9650-880c09cb2f34",
  • "state": "AL",
  • "displayName": "string"
}