Hi
I am trying to integrate Storj gateway MT instance to a third party service.
That service allows authentication to any API based web service through its API endpoint & other credentials.
So, how may I achieve that?
Ultimately, at the end, a URL needs to be hit such as:
https://gateway.tardigradeshare.io/<some_endpoint_function>
Just guessing that it may include some authentication header key-value pairs like:
<some_keyname_for_serialized_access_grant> : <value_of_my_serialized_access_grant>
<some_keyname_for_access_key> : <value_of_my_access_key>
<some_keyname_for_secret key> : <value_of_my_secret_key>
So my query is:
What are those actual endpoint names & the key names required for authenticate/list/get/post functionalities with Storj gateway S3-compatible MT instance?
Further, which type of authentication do we need to use for HTTP API requests?
i.e. API-key based, OAuthv2, digest based, etc etc
Am I missing something here? Or any other thing needed to be taken care of?
Kindly help
Thanks