Look up an already-stored bag in the storage service
curl -X POST "$TOKEN_URL" \ --data grant_type=client_credentials \ --data client_id="$CLIENT_ID" \ --data client_secret="$CLIENT_SECRET"{"access_token":"eyJraWQi...","expires_in":3600,"token_type":"Bearer"}curl "$API_URL/bags/$SPACE/$EXTERNAL_IDENTIFIER" \ --header "Authorization: $ACCESS_TOKEN"
PreviousIngest a bag into the storage serviceNextLook up the versions of a bag in the storage service
Last updated