OpenPhn docs
Referenceproviders

Get stored credential metadata (last4 only)

GET
/v1/providers/{provider}

Path Parameters

provider*Provider

Response Body

application/json

application/json

curl -X GET "https://loading/v1/providers/string"
{
  "status": "string",
  "last4": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}