Bridge Node Registration
This file outlines the Flashback API's node registration and organization key management features. The node registration system allows bridge nodes to register with the platform and manage cryptographic keys for secure communication. Organization keys are used for authenticating and authorizing node operations.
Node Registration API Calls
POST
/register
Register a new bridge node with the platform using cryptographic signature verification.
Organization Key Management API Calls
POST
/organization/{idOrg}/key
Generate a new RSA key pair for organization authentication.
GET
/organization/{idOrg}/key
List all organization keys with associated node information.
DELETE
/organization/{idOrg}/key
Delete all organization keys for the specified organization.
DELETE
/organization/{idOrg}/key/{idKey}
Delete a specific organization key by its ID.
Last updated
Was this helpful?