cURL
curl --request GET \ --url https://{FUSION HOST}/api/signals/{collection}/i \ --header 'Authorization: Basic <encoded-value>'
"aSDinaTvuI8gbWludGxpZnk="
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The name of the signals collection.
OK
The response is of type string<byte>.
string<byte>
Was this page helpful?