get https://api.banking.netevia.dev/api/auth/linked/secret/
This endpoint retrieves the decryption vector associated with a linked user. The vector, combined with a key, is used to decrypt secure data for the specified user.
Path Parameters:
- linkedUserId (string, required): The unique identifier of the linked user for whom the decryption vector is being retrieved.
Usage Notes:
- vector: The decryption vector needed for decoding the secure data.
Ensure you have the appropriate key to use in conjunction with this vector for decryption purposes.
This endpoint is critical for secure handling of sensitive user data and should be accessed by authorized systems only