Skip to main content
GET
/
organizations
/
{organizationId}
/
fiscal-portal-credentials
List portal credentials
curl --request GET \
  --url https://api.openfiskal.com/v1/organizations/{organizationId}/fiscal-portal-credentials \
  --header 'Authorization: Bearer <token>'
{
  "object": "<string>",
  "data": [
    {
      "id": "fpc_01HXYZ",
      "object": "<string>",
      "organization_id": "<string>",
      "portal_type": "fisconline",
      "jurisdiction": "IT",
      "state": "unvalidated",
      "created_at": "2023-11-07T05:31:56Z",
      "label": "<string>",
      "masked_credentials": {
        "tax_id_number": "RSSMRA80A01H501U",
        "participant_id": "1234567",
        "user_id": "user001",
        "pin": "****0",
        "password": "***********"
      },
      "expires_at": "2023-11-07T05:31:56Z",
      "last_validated_at": "2023-11-07T05:31:56Z",
      "validation_error": "PIN or password incorrect (AdE error code: 401)",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Platform API key sent as Authorization: Bearer ofk_platform_.... Platform integrators also pass OpenFiskal-Organization: org_xxx to act on behalf of a merchant.

Path Parameters

organizationId
string
required

Query Parameters

portal_type
enum<string>

Filter by portal type

Available options:
fisconline,
entratel,
finanz_online

Response

List of provisioned portal credentials

object
string
required
Allowed value: "list"
data
object[]
required