POST
/
status-lists
curl --request POST \
  --url https://agent.findynet.demo.sphereon.com/vc/status-lists \
  --header 'Content-Type: application/json' \
  --data '{
  "statusList": {
    "type": "OAuthStatusList",
    "id": "12345",
    "issuer": "did:web:agent.findynet.demo.sphereon.com",
    "correlationId": "my-business-key-for-oauth-status-list",
    "lenght": 250000,
    "proofFormat": "jwt",
    "oauthStatusList": {
      "bitsPerStatus": 1
    }
  }
}'

Swaggerhub

You can also use the examples on swaggerhub for an easier to use environment

Body

application/json
statusList
object
required

Response

200 - application/json

The response is of type string.