Skip to main content
POST
/
v1
/
credentials
/
batch-issue
Batch-issue credentials
curl --request POST \
  --url https://api.example.com/v1/credentials/batch-issue \
  --header 'Content-Type: application/json' \
  --data '
{
  "items": [
    {
      "request": {
        "self_attestation_complete": "<unknown>",
        "subject": {
          "id": "<string>",
          "registration_number": "<string>",
          "jurisdiction": "<string>",
          "legal_form": "<string>"
        },
        "claims": {
          "beneficial_owners": [
            {
              "full_name": "<string>",
              "ownership_percent": 50,
              "person_id": "<string>",
              "role": "<string>"
            }
          ],
          "tax_id_verified": true,
          "jurisdiction": "<string>"
        },
        "evidence_refs": [],
        "ttl": "P1Y"
      },
      "correlation_id": "<string>"
    }
  ]
}
'
{
  "success_count": 1,
  "failure_count": 1,
  "results": [
    {
      "credential": {
        "subject": {
          "id": "<string>",
          "registration_number": "<string>",
          "jurisdiction": "<string>",
          "legal_form": "<string>"
        },
        "claims": {
          "registered_address": {
            "line1": "<string>",
            "city": "<string>",
            "country": "<string>",
            "line2": "<string>",
            "state_or_region": "<string>",
            "postal_code": "<string>"
          },
          "beneficial_owners": [
            {
              "full_name": "<string>",
              "ownership_percent": 50,
              "person_id": "<string>",
              "role": "<string>"
            }
          ],
          "tax_id_verified": true,
          "jurisdiction": "<string>"
        },
        "id": "<string>",
        "credential_id": "<string>",
        "issuer_did": "<string>",
        "status_list_index": 1,
        "kid": "<string>",
        "signed_payload": "<string>",
        "evidence_refs": [
          "<string>"
        ],
        "issued_at": "2023-11-07T05:31:56Z",
        "expires_at": "2023-11-07T05:31:56Z",
        "vct": "<string>",
        "revoked_at": "2023-11-07T05:31:56Z",
        "revocation_reason": "<string>",
        "created_via": "api",
        "developer_id": "<string>"
      },
      "correlation_id": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.beltic.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
items
object[]
required
Required array length: 1 - 1000 elements

Response

Batch processed (may include per-item failures)

success_count
integer
required
Required range: x >= 0
failure_count
integer
required
Required range: x >= 0
results
object[]
required