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.

To perform organization key operations, you must be authenticated by means of one of the following methods: BearerAuth. Node registration operations do not require authentication as they use cryptographic signatures for verification.

Node Registration API Calls

Method
API Reference
Description

POST/register

Register a new bridge node with the platform using cryptographic signature verification.

POST/unregister

Unregister a bridge node from the platform.

Organization Key Management API Calls

Method
API Reference
Description

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?