Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

BoB Participant Metadata API provides en an interface for participants to manage metadata coordinated by an Administering Body Body (AB).

The API uses Proof-of-possession authorization tokens (POP) as described in MTS5. Key management for the POP keys themselves are not included in the API.

References: Coordination and key management is documented in MTS4. POP tokens are documented in MTS5.

getParticpantMetadataFile

Get the latest participant metadata file, signed using JSON Web Signature (JWS) as defined in (RFC 7515). Metadata validity is specified in the JWS header.

getParticipantMetadata

Get participant metadata for a specific participant.

getDomainName

updateDomainName

deleteDomainName

getMtbPublicKeys

addMtbPublicKey

getMtbPublicKey

deleteMtbPublicKey

getAuthtokenPublicKeys

addAuthtokenPublicKey

getAuthtokenPublicKey

deleteAuthtokenPublicKey

getInterfaceEndpoints

addInterfaceEndpoint

getInterfaceEndpoint

updateInterfaceEndpoint

...

Table of Contents
maxLevel2