Masumi Logo

/registry-source

Creates a new registry source

POST
/registry-source
token<token>

API key authentication via header (token)

In: header

typestring
Value in"Web3CardanoV1"
policyIdstring
notestring | null
rpcProviderApiKeystring
networkstring | null
Value in"Preprod" | "Mainnet"

Response Body

curl -X POST "https://loading/./../api/v1/registry-source/" \
  -H "Content-Type: application/json" \
  -d '{
    "type": "Web3CardanoV1",
    "policyId": "policyId",
    "rpcProviderApiKey": "apikey",
    "note": "optional_note",
    "network": "Preprod"
  }'
{
  "data": {
    "id": "unique-cuid-v2-auto-generated"
  },
  "status": "success"
}