Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

BoB Participant Metadata API provides en interface for participants to manage metadata coordinated by Administering 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

deleteInterfaceEndpoint

  • No labels