Look up the versions of a 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/versions" \ --header "Authorization: $ACCESS_TOKEN"
PreviousLook up an already-stored bag in the storage serviceNextGetting notifications of newly stored bags
Last updated