Authentication
Using a Client ID and Secret to get a Token
https://auth.hydrosat.com/oauth2/token{
"access_token": "<token_value>",
"expires_in": 3600,
"token_type": "Bearer"
}'Get Token' Example
{
"client_id":"<clientID>",
"client_secret":"<clientsecret>"
}Using the Token to Make a STAC Request
Unauthenticated Requests
Last updated
Was this helpful?